.topmenus {
	float:left;
	height:25px;
	width: 60%;
}
#nav, #nav ul{
	padding:0;
	margin: 0px;
	list-style-type:none;
	position: relative;
	z-index:999999999;
}
#nav a{
	color:#fff;
	position: relative;
	text-decoration:none;
}
#nav a:hover{
	color:#FFFFFF;
}
#nav li{
	float:left;
	position: relative;
	font-size: 13px;
	height: 20px;
	width: 131px;
}
#nav li.bg {
	float:left;
	font-size: 13px;
	height: 30px;
	width: 185px;
	background: url(../images/dd-menu-bg.jpg) no-repeat;
}
#nav li.bg a.dd {
	color: #1B3F95;
	padding: 5px 0px 0px 20px;
	width: 161px;
	height: 30px;
	display: block;
}
#nav li.bg a.dd:active{
	color:#FFFFFF;
	display: block;
	background: url(../images/menu-bg-hover.jpg) no-repeat;
	width: 185px;
	height: 30px;
}
#nav li.bg a.dd:hover{
	color:#ffffff;
	background: url(../images/menu-bg-hover.jpg) no-repeat;
	display: block;
	width: 185px;
	height: 30px;
}
#nav li a {
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	display: block;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}
#nav li a:active{
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	display: block;
	background-repeat: no-repeat;
	height: 25px;
	width: 155px;
}
#nav li a:hover{
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	background-repeat: no-repeat;
	display: block;
}
#nav li ul li a{
	float:left;
	position:relative;
	background-repeat: no-repeat;
	height: 20px;
	width: 136px;
	font-weight: bold;
	font-size: 12px;
	background-color: #A7A9AC;
	background-image:none;
}
#nav li ul li a:hover{
	background-repeat: no-repeat;
	height: 20px;
	width: 136px;
	font-weight: bold;
	font-size: 12px;
	background-color: #1B3F95;
	background-image:none;
}
#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.9em;
}
#nav li ul a{
	width:11em;
	height:auto;
	float:left;
}
#nav ul ul{
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
input.searchtxt {
	width: 125px;
	color: #B30538;
	font-weight: bold;
	height: 22px;
	top:0;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B30538;
	border-bottom-color: #B30538;
	border-bottom-width: 1px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 3px;
}
.search {
	width: 175px;
}