@charset "UTF-8";
#login a {
font-size:12px; 
}
#login a img{
	position:absolute;}

.nav {
	height:30px;
	background: url(../images/bg.gif) repeat-x;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:15px;
	width:1000px;
	z-index:100;
	margin:0;
	margin-top:78px;
	padding:0 0px 0 0px;
}

.nav .table {
display:table; 
margin:0;
padding:0 0px 0 0px;

}

.nav .select,
.nav .current {
	margin:0;
	padding:0 0px 0 0px;
	list-style:none;
	display:inline-table;
	white-space:nowrap;
}

.nav li {
margin:0; 
height:auto; 
float:left;
}
.nav .select li a {
width:90px;
text-align: center;
margin:0; 
}


.nav .select a {
display:block; 
height:30px; 
float:left; 
font-weight:bold;
font-size:15px;
padding:0 0px 0 0px;
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#333333;
overflow:visible;
margin:0; 
}
.nav .select a div {
padding:0 0px 0 0px;}

.nav .select a:hover, 
.nav .select li:hover a {
/*background: url(../images/hover.gif);*/
padding:0 0px 0 0px;
height:30px;
cursor:pointer; 
color:#2b3238;
overflow:visible;
}

.nav .select a b{
font-weight:bold;
display:block;
padding:0 0px 0 0px;
margin-top:4px;
overflow:visible;
background:url(../images/noHovert.png) center top no-repeat;
color:#666;
	}

.nav .select a:hover b, 
.nav .select li:hover a b {
	display:block;
	float:left;
	padding:0 0px 0 0px;
	background:url(../images/hover.gif) center top no-repeat;
	color:#663333;
	cursor:pointer;
	visibility: visible;
	height:32px;
	overflow:visible;
	width:90px;
text-align: center;
}

.nav .select_sub {
	display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:.9em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
margin:0 auto; 
padding:0 0px 0 0px; 
list-style:none;

}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
/*background-image:url(../images/hover.gif);*/
color:#2b3238;
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:100%; 
top:35px; 
background:url(../images/horz.png); 
/*background-color:#888888;*/
padding:0 0 0 0px;
z-index:1000; 
left:0; 
text-align:center;
background-repeat:no-repeat;
background-position:top;
height:36px;

}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:none; 
background:transparent; 
padding:0 0px 0 0px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#000000;
}

.nav .current .sub li.sub_show a {
color:#2b3238; 
cursor:default; 
}

.nav .select .sub li a {
	font-weight:normal;
	padding:0 0px 0 0px;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
	visibility:visible;
	color:#663333;
	
}
#selected { 
display:block; 
position:absolute; 
width:100%; 
top:33px; 


padding:0 15px 0 15px;
z-index:0; 
left:0; 
text-align:center;
color:#ff0000;
}
#currentpage a{ 
color:#FF9900; 

}

#currentpage b {
	background-image:url(../images/hoverInvert.gif);
	background-repeat:no-repeat;
	padding-bottom:0px;
	margin-top: 3px;
	height:33px;
	background-position: bottom;
	color:#D89701;
}
#currentpage b:hover {
	background-image:url(../images/hover.gif);
	background-repeat:no-repeat;
	color:#999999;
	}
#currentpage{
color:#999999; }
#currentpage a {
color:#999999; }
#currentpage a:visited {
color:#999999; }
#menucontainer a #currentpage {
color:#999999; }

/*adjust spacing */
.nav .select {padding:0 0px 0 0px;}
.nav .select .sub li{padding:0 15px 0 15px;}
.nav .select .sub li a{width: 100%;}
/*end adjust spacing */
.select_sub .sub li a{color:#D89701;}

#selected .sub li a #currentpage{
	color:#FF9900;
	text-decoration:underline;
}
