/* ######### Main Menu Bar CSS ######### */

.menubg{ margin:0 auto; padding:0; width:882px; height:48px; background-color:#E7E7E7;}
.menubg ul{margin:0 auto; padding:0; width:846px; list-style-type:none; overflow:hidden;}
.menubg ul li{float:left; margin:0; padding:0; list-style-type:none; display:inline;}
.menubg li h5{padding:0; margin:0; text-indent:-5000px;}

.menubg li a{
/*float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 8px; /*padding inside each tab
border: 1px solid #FFF;
background: #134CA7;
border-right: 1px solid white; right divider between tabs
color: #FFF;*/
}

.menubg li a:visited{
/*color: white;*/
}

.menubg li a:hover{
/*background: #0066CC; background of tabs for hover state */
}

.menubg a.selected{
/*background: #0066CC; background of tab with "selected" class assigned to its LI */
}


/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
color:#DCDCDC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
margin: 0px 0px 0px 1px ;
padding: 3px 0px 13px 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-color: #1C3669;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 196px;
color:#DCDCDC;
text-decoration: none;
padding: 3px 5px 3px 20px ;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
color: #ffffff;
text-decoration: none;
background-color: #23408a;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
text-indent:-999999px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

.ddsubmenustyle ul { background:#ddd; }
	.ddsubmenustyle ul li a { color:#666; }
	.ddsubmenustyle ul li a:hover { background:#ff9c00; color:white; }
