/* @override http://napcp.com/wp-content/themes/CPB_napcp/js/ddsmoothmenu.css */

.ddsmoothmenu{
font: normal 12px Verdana; /*background of menu bar (default state)*/
width: 400px;
	float: left;
	margin-right: 0;
	position: relative;
	top: 138px;
	left: 24px;
}

.ddsmoothmenu ul{
z-index:100;
padding: 0;
list-style-type: none;
	margin: 0;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block; /*background of menu items (default state)*/
color: #877f79;
padding: 8px 10px 5px;
text-decoration: none;
	margin-right: 10px;
	text-transform: uppercase;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #877f79;
}

.ddsmoothmenu ul li a.selected{ 
color: #a8c4c8;
}

.ddsmoothmenu ul li a:hover{ /*background of menu items during onmouseover (hover state)*/
color: #a8c4c8;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 3px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
	background-color: #f8f8f3;
	margin-top: -3px;
	padding-left: 5px;
	border-left: 1px solid #e7e8d8;
	border-bottom: 1px solid #e7e8d8;
	border-right: 1px solid #e7e8d8;
	width: 110px;
}

#smoothmenu1 ul li ul li.cat-item ul.children {
	top: 3px;
	float: left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 15px;
	border-top: 1px solid #e7e8d8;
	position: absolute;
	left: 3px;
	margin-left: 3px;
	margin-top: 7px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 110px; /*width of sub menus*/
padding: 2px 5px;
margin: 0;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	text-transform: none;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
	visibility: hidden;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* Menu #2 */


.ddsmoothmenu2{
font: normal 12px Verdana; /*background of menu bar (default state)*/
width: 434px;
	float: right;
	position: relative;
	top: 138px;
	left: 24px;
}

.ddsmoothmenu2 ul{
z-index:100;
padding: 0;
list-style-type: none;
	margin: 0;
}

/*Top level list items*/
.ddsmoothmenu2 ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu2 ul li a{
display: block; /*background of menu items (default state)*/
color: #877f79;
padding: 8px 10px 5px;
text-decoration: none;
	margin-right: 10px;
	text-transform: uppercase;
	text-align: left;
}

* html .ddsmoothmenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu2 ul li a:link, .ddsmoothmenu2 ul li a:visited{
color: #877f79;
}

.ddsmoothmenu2 ul li a.selected{ 
color: #a8c4c8;
}

.ddsmoothmenu2 ul li a:hover{ /*background of menu items during onmouseover (hover state)*/
color: #a8c4c8;
}
	
/*1st sub level menu*/
.ddsmoothmenu2 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
	background-color: #f8f8f3;
	margin-top: -3px;
	padding-left: 5px;
	border-left: 1px solid #e7e8d8;
	border-bottom: 1px solid #e7e8d8;
	border-right: 1px solid #e7e8d8;
	width: 110px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu2 ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu2 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu2 ul li ul li a{
width: 110px; /*width of sub menus*/
padding: 2px 5px;
margin: 0;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu2{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
	visibility: hidden;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
