.navcontainer {
		width:752px;
		margin-top:71px;
		}

.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;
		}
.navcontainer li a {
float:left;
display: block;
text-decoration: none;
margin: 0;
color: #fff;
font-size:12px;
font-weight:normal;
height:22px;
padding:6px 15px 0 15px;
}
.navcontainer li a:hover{
text-decoration:none;
background:url(../images/menu-hover-bg.jpg) left top repeat-x;
font-weight:normal;
color:fff;
}
.navcontainer li a:visited{
color: white;
}
.navcontainer a.selected{
	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:#fff;
background:#073F7A;
font-weight:normal;
display:inline-block;
}

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

.ddsubmenustyle li a:hover{
color: #4D94E1;
background:#fff;
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;
}