@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{
/*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*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)*/
padding: 8px 10px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{

float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
/*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
}

/* 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: 5px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 17px;
right: 10px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
/* Main Menu Item widths */
list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}
.ddsmoothmenu-v ul li.a_none:hover{
background-color:;
}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: hidden; /*force hasLayout in IE7 */
text-decoration: none;
padding: 0 0 0 25px;
line-height: 1.9;
background-image:url(../img/menu_list.png);
background-repeat:no-repeat;
background-position:5px 7px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background of menu items (default state)*/
color:#000;
}

.ddsmoothmenu-v ul li.selected , .ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#2f9001;
}

.ddsmoothmenu-v ul li:hover , .ddsmoothmenu-v ul li a:hover{
/*background of menu items during onmouseover (hover state)*/
color:#2f9001;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 236px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
background-color:#FFFFFF;
}
.ddsmoothmenu-v ul li ul li a{
padding: 0 0 0 30px;
background-position:10px 7px;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

#smoothmenu2 img{
	margin:1px 0 0 0;
}
#smoothmenu2 .menu2 img{
	margin:-4px 0 0 0;
}
#smoothmenu2 .menu2{
	width:221px;
	height:30px;
	margin-left:15px;
	padding-top:6px;
	border-bottom:1px dashed #CCC;
	font-size:90%;
}
#smoothmenu2 .menu2 a{
	background-image:url(../img/menu_list2.png);
}
#smoothmenu2 .menu3{
	height:30px;
	padding-top:6px;
	border-bottom:1px dashed #CCC;
}
#smoothmenu2 .menu3 a{
	background-image:url(../img/menu_list2.png);
}