.topmenu{
font: bold 12px Arial;  width:595px; 
background:none; /*background of menu bar (default state)*/

}
.topmenu ul{
z-index:100;
margin:0px;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.topmenu ul li{
position:relative;
display: inline;
float: left;margin: 0px 5px 0px 0px; 
 
}

/*Top level menu link items style*/
.topmenu ul li a{
display: block;
background:url(images/skins/mn01.gif) #ffffff; color:#ffffff;
color: white;
margin: 0px 0px 0px 1px;
padding:0px; 
text-decoration: none;
line-height: 29px;
width:79px;
font-size:12px;
font-family:Arial;
text-align:center;
}

*html .topmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
position: static;
text-decoration: none;
float:left;
}

 

.topmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(images/skins/mn02.gif) #ffffff; 
color: white;
}

.topmenu ul li a:hover{
background:url(images/skins/mn02.gif) #ffffff; 
 font: bold 12px Arial;line-height: 29px;
}
	
/*1st sub level menu*/
.topmenu 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)*/
.topmenu ul li ul li{
display: list-item;
float: none;
clear:both;margin: 0px;  background: #ffffff; 
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.topmenu ul li ul li ul{
top: 0; background: #ffffff; 
}

/* Sub level menu links style */
.topmenu ul li ul li a{
width: 170px; /*width of sub menus*/
line-height: 29px;	
padding-left:5px;
margin: 0px; 
text-align:left;
color:#000000;
font-size:12px;
font-family:Arial;
background:url(images/index_03.jpg) #ffffff;
}
.topmenu ul li ul li a:hover
{color:#1ea838;background:url(images/index_03.jpg) #ffffff;
}
/* Holly Hack for IE \*/
* html .topmenu{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:none;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
