#header .menu{
font: bold 12px Verdana;
margin-left:18px;
margin-right:18px;
text-transform:lowercase;
z-index:2;
position:relative;

}

#header .menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
#header .menu ul li{
position: relative;
display: inline;
float: left;
text-align:center;

}

/*Top level menu link items style*/
#header .menu ul li a{
display: block;
color: white;
font-size: 1.1428em;
padding: 7px 5px;
color: #2d2b2b;
text-decoration: none;
text-align:center;
}

* html #header .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
text-align:center;
}

#header .menu ul li a:link, #header .menu ul li a:visited{
color: white;
}

#header .menu ul li a:hover,#header .menu ul li a.active{
background: #bbbcbf; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
#header .menu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#header .menu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#header .menu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
#header .menu ul li ul li a{
font: normal 13px Verdana;
width: 150px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
background: #bbbcbf;
text-align:left;

}

#header .menu ul li ul li a:hover{ /*sub menus hover style*/
background: #000;
background: black;
color:#fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
