/*  NAVIGATION   */

#sitenav {
height: 39px;
margin: 1px 0 0 0;
}
#nav, #nav ul, #nav li{
margin:0;
/*height:40px;*/
padding:0;
list-style:none;
display:inline-block;
}

#nav li {
border-right: 1px solid #0073d2;
float:left;}

#nav li.navfirst  {  
border-left: solid 1px #023661;
}
#nav li.navfirst a {  
border-left: solid 1px #0073d2;
}
#nav li a{
display:block;
line-height:42px;
height:42px;
width: 78px;
text-align:center;
margin:0;
border-right: 1px solid #023661;
}

.sitenavclass{
z-index: 3000;
display: inline-block;
}

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

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

/*Top level menu link items style*/
.sitenavclass ul li a{
display: block;
text-decoration: none;
background: transparent;
color: #fff;
}

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

.sitenavclass ul li a:link, .sitenavclass ul li a:visited{
}

/*.sitenavclass ul li.active a{
background:#fff; tab that is currently being viewed
color:#1e1e1e;
}*/

.sitenavclass ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(nav_bg3.jpg) repeat-x top; /*background of menu items during onmouseover (hover state)*/
/*background: #fff;*/
color:#fff;
}
.sitenavclass ul li a:hover{
background:url(nav_bg3.jpg) repeat-x top; /*background of menu items during onmouseover (hover state)*/
/*background: #fff; */
color:#fff;
}
	
/*1st sub level menu*/
.sitenavclass ul#nav li ul{
position: absolute;
left: 0;
margin: 0px 0 0 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index: 1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.sitenavclass ul#nav li ul li{
display: list-item;
float: none;
z-index: 2000;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 0px solid #ddd;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.sitenavclass ul#nav li ul li ul{
top: 0;
border-right: none;
}

/* Sub level menu links style */
.sitenavclass ul#nav li ul li a{
font: bold 11px Verdana;
width: 200px; /*width of sub menus*/
padding: 0 10px;
margin: 0;
/*background: #666;*/
background:#fff url(tab_bg_35.jpg) bottom repeat-x;
border-bottom: 1px solid #bbb;
cursor: pointer;
text-align: left;
line-height: 40px;
color: #444;
border-right: none;
}
.sitenavclass ul#nav li ul li a:hover{
color:#fff;
background:#666;
}

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


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

.downarrowclass{
position: absolute;
top: 15px;
right: 15px;
}

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

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

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

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