.nav {
height:22px;
float:left;
width:100%;
font-size: medium;
line-height:normal;
}
/*.navigation div.box{
height:38px;
float:left;
padding-left:40px;
}*/

.nav ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
width:171px;
margin:0 auto;
}

.nav li{
display:inline;
background:url(../images/topnav_bullet.gif) no-repeat 0 4px;
float:left;
padding:0 4px;
}

.nav a{
float:left;
margin:0;
/*margin-left: 1px;/*spacing between each tab*/
padding: 0px;
color:#FFF;
text-decoration:none;
}
.nav a:hover{
text-decoration:none;
background:#fc839d;
color:#124b94;
}

.nav #current a{
text-decoration:none;
background:none;
color:#124b94;
}

.nav a span{
float:left;
display:block;
font-weight:bold;
font-size:12px;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav a span {float:none;}

/* End IE5-Mac hack */

.nav a:hover span {
color: #124b94;
}

.nav li.selected a{ /*Selected Tab style*/
background-position:0 -19px; /*Shift background image up to start of 2nd tab image*/
}

.nav li.selected a span{ /*Selected Tab style*/
background-position:100% -19px; /*Shift background image up to start of 2nd tab image*/
color: #124b94;
}

.nav a:hover, .nav li.selected a:hover{ /*onMouseover style*/
background-position:0% -19px; /*Shift background image up to start of 2nd tab image*/
}

.nav a:hover span, .nav li.selected a:hover span{ /*onMouseover style*/
background-position:100% -19px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
/*border-top:1px solid #fff; /*THEME CHANGE HERE*/
font:11px Verdana;
line-height:18px;
z-index:100;
background-color: #fc839d;
width: auto;
visibility: hidden;float:left;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
/*border: 0 solid #E5C69E; /*THEME CHANGE HERE*/
/*border-bottom-width: 1px;*/
padding:0px 15px 0px 0px;
text-decoration: none;
color:#083165;
font-size:11px;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: auto;
display:block;
color:#083165;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #fc839d;
font-size:11px;
text-decoration:none;
color:#FFF;

}

