.navcontainer {
		width:770px;
        margin:0px;
        height:29px;
		float:left;
		background: url(../images/menu-bg.jpg) left top no-repeat;
		text-align:left;
		}

.navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

.navcontainer li {
        display: inline;
        float: left;
        text-align: center;
        padding: 0px;
        margin: 0px;
		background: url(../images/menu-bar-bg.jpg) right bottom no-repeat;
		}
.navcontainer li a {
float:left;
display: block;
text-decoration: none;
color:#616161;
font-size:11px;
font-weight:bold;
width:94px;
height:23px;
padding-top:6px;
}
.navcontainer li a:hover{
text-decoration:none;
background: url(../images/menu-hover-bg.jpg) left top repeat-x;
font-weight:bold;
color:#fff;
}
.navcontainer li a:visited{
font:bold 11px Helvetica, sans-serif;
text-decoration:none;
}
.navcontainer a.selected{
	background:url(../images/menu-hover-bg.jpg) left top repeat-x;
	color:#fff;
}
.navcontainer a.big
{
width:103px;
}

.navcontainer a.active {
        color:#FFF;
		text-decoration:none;
		background: url(../images/menu-hover-bg.jpg) left top repeat-x;
		}

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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index:100;
background:#073F7A;
}
.ddsubmenustyle li {
diplay:inline;
margin:0px;
padding:0px;
text-align:left;
border-bottom:1px solid #fff;
}
.ddsubmenustyle li a{
text-decoration:none;
padding:5px;
width:150px;
text-align:left;
color:#333;
background:#E1E1E1;
font-weight:normal;
display:inline-block;
}

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

.ddsubmenustyle li a:hover{
color: #fff;
background:#EF661E;
text-decoration:none;
font-weight:normal;
}

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

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

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

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