.ddsmoothmenu {
	height:30px;
    background:url(../images/menu_bg2.jpg) repeat-x;

	border-bottom: #0e66b0 0px solid;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0 26px 0 26px;
list-style-type: none;
border-top: #dddddd 1px solid;
}

/*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;
color: #cccccc;
padding:6px 10px;
text-decoration: none;
border-right: #ffffff 2px solid;



}

.ddsmoothmenu ul li ul {
border-bottom: 3px solid #83B019;
}

* 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:#ffffff;
letter-spacing:1px;
font-family:Arial;
font-size:12px;
font-weight:bold;



}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*border-top: 3px solid #83B019;*/
background: white; 
color: black;

}

/*.ddsmoothmenu ul li a.active {

border-top: 0px solid #83B019;
background: white; /*background of menu items during onmouseover (hover state)*/
color: black;
}*/

.ddsmoothmenu ul li a:hover{
border-top: 0px solid #0e66b0;
background: white; /*background of menu items during onmouseover (hover state)*/
color: black;

}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
padding:0;
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{
display: list-item;
float: none;

}

.ddsmoothmenu ul li ul li a{
border-right: none;

}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
border-top: 1px solid #E4E4E4;
background: white; 
color: black;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
border-bottom:1px dashed #dddddd;
border-top: none;
background:#ffffff;
color:#000000;
font-size:11px;
}

.ddsmoothmenu ul li ul li a:hover{

background:#537E32;
}

/*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{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
background:#FFFFFF; /*background of menu items (default state)*/
color:#cccccc;
margin: 0;
border-top-width: 0;
border-top: 1px solid #E4E4E4;
border-right: #dddddd 1px solid;
border-left: #dddddd 1px solid;
}

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

.ddsmoothmenu ul li.orange a:link,.ddsmoothmenu ul li.orange a:visited {
background-color:orange;
background-image:none;
COLOR:#FFFFFF;
font-weight:bold;
	
	
}
.ddsmoothmenu ul li.green a:link, .ddsmoothmenu ul li.green a:visited {
background-color:green;
background-image:none;
COLOR:#ffffff;
font-weight:bold;
}	

.ddsmoothmenu ul li.green a:hover{
background-image:none;
color:#ffffff;
border-top-color:orange;
}
.ddsmoothmenu ul li.orange a:hover{
background-image:none;
color:#ffffff;
border-top-color:green;
}

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

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