.navigation {
height:38px;
float:left;
width:100%;
font-size:medium;
line-height:normal;
}
/*.navigation div.box{
height:38px;
float:left;
padding-left:40px;
}*/

.navigation ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
width:972px;

margin:0 auto;
}

.navigation li{
display:inline;
height:38px;
background:url(../images/nav_line.gif) no-repeat 0 0;
float:left;
padding:0 6px;
}

.navigation a{
float:left;
margin:0;
height:28px;
/*margin-left: 1px;/*spacing between each tab*/
padding: 10px 0px 0px 0px;
color:#fc839d;
text-decoration:none;
}
.navigation a:hover{
text-decoration:none;
color:#fc839d;
}

.navigation #current a{
text-decoration:none;
color:#fc839d;
}

.navigation a span{
	float:left;
	display:block;
	margin: 0px 2px 0px 2px;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navigation a span {float:none;}

/* End IE5-Mac hack */

.navigation a:hover span {
color: #fc839d;
}

.navigation li.selected a{ /*Selected Tab style*/
background-position:0 -19px; /*Shift background image up to start of 2nd tab image*/
}

.navigation li.selected a span{ /*Selected Tab style*/
background-position:100% -19px; /*Shift background image up to start of 2nd tab image*/
color:#FFF;
}

.navigation a:hover, .navigation li.selected a:hover{ /*onMouseover style*/
background-position:0% -19px; /*Shift background image up to start of 2nd tab image*/
}

.navigation a:hover span, .navigation 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 ######### */

.dropmenudiv1_d{
position:absolute;
top: 0;
/*border-top:1px solid #fff; /*THEME CHANGE HERE*/
font:11px Verdana;
z-index:100;
background-color: #082f62;
width: auto;
visibility: hidden;float:left;
width:192px;
}


.dropmenudiv1_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;
line-height:26px;
color: #FFF;
font-size:11px;
}

* html .dropmenudiv1_d a{ /*IE only hack*/
width: auto;
display:block;
}

.dropmenudiv1_d a:hover{ /*THEME CHANGE HERE*/
background-color: #18447c;
font-size:11px;
text-decoration:none;
color:#fc839d;
background-color:
}

