/* CSS Document */
body { behavior: url(/csshover.htc); } /*Javascript for IE to display the popup menu*/


#upnav {
	margin-top: 0px;

}

#upnav ul {
	font-size: 11px;
	list-style: none;
	width: 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}

#upnav ul a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 132px;	
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-style: none;
}

#upnav ul a:hover {
	color: #3B3D3C;
	text-decoration: none;
	background-color: #CFD4D4;
	
}
#upnav ul li {
	list-style-type: none;
    float: left;
    position: relative;
}
#upnav ul li ul {
	list-style: none;
	position: absolute;
	left: 135px;
	top: -7px;
	display: none;
	width: auto;
	border: 1px solid #CFD4D4;
	background-color: #f4a165;
	padding:0;
}

#upnav ul li:hover ul {
	display: block;
}






.sub{
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 125px center;
}
.sub:hover{
	background-image: url(/images/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 125px center;
}

div#search{
float:left;
width:120px;
padding:12px 0 0 14px;

}

#search #query{
background-color:#F0F0F0;
border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
color:#333333;
padding:2px 0 2px 2px;
height:14px;
width:80px;
font-size:.9em;
vertical-align:middle;
}
#search #go{
vertical-align:middle;
}






