/*
Copyright (c) 2009, CSSJockey! All rights reserved - http://www.cssjockey.com
Version: 2.3.1
*/
#loginform{
	height:30px;
	padding:10px 0 4px 15px;
	font:bold 10pt arial;
	color:#FFFFFF;
}
#topsearch{
	float:left;
}
#searchsubmit2{
	display:none;
}
#s2{
	width:200px;
	padding:0 0 1px 0;
}
#loginlink{
	padding:2px 0 0 15px;
	float:left;
}
#loginlink a{
	color:#FFF;
}
#loginlink a:hover{
	color:#CCC;
}
/*Navigation Styles*/
#navcontainer{
	height:40px;
	background:url(images/navigation.jpg) repeat-x;
	width:980px;
	margin:0 auto;
	float:left;
}
#navright{
	width:220px;
	float:left;
	padding:5px 10px 0 50px;
	background:url(images/search.png) no-repeat;
}




/* Structure */
#topnav{
	background:#1262b6;
	width:700px;
}
#nav1
{ margin: 1px 0 0 0;
padding: 0}

#nav1 li
{ float: left;
list-style: none;
font: 12px Arial
}

#nav1 li a
{ 
display: block;
background:#1262b6 /* url(images/navbg.jpg) right no-repeat */;
padding:7px 20px 8px 20px;
text-decoration: none;
border-right: 1px solid white;
text-align:center;
color: #f1650a;
white-space: nowrap;
font-weight:bold;font-size:10pt;}

#nav1 li a:hover
{
}

#nav1 li ul
{ margin: 0;
padding: 0;
position: absolute;
visibility: hidden;
border-top: 1px solid white}

#nav1 li ul li
{
float: none;
display:block;
display: inline;
z-index: 30000;
}

#nav1 li ul li a
{ 
width: auto;
background: #1262b6; /*LIGHT-GREEN*/
color: #f1650a;
}

#nav1 li ul li a:hover
{ background: #f1650a;color: #1262b6;}
