#nav {
	line-height: 28px;
	list-style-type: none;
	width: 730px;
	background-image: url(images/index_3.gif);
	background-repeat: repeat;
	float: right;
}

#nav a {
	display: block;
	width: 135px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#nav a:link  {
	color:#fff;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
#nav a:visited  {
 color:#fff;text-decoration:none;
}
#nav a:hover  {
	color:#FFF;
	text-decoration:underline;
	font-weight:normal;
		font-weight: bold;
}

#nav li {
	float: right;
	width: 135px;
	height: 28px;
	margin-right: 1px;
	background-image: url(images/index_6.gif);
	background-repeat: no-repeat;
}
#nav li a:hover{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
#nav li ul {
	line-height: 25px;
	list-style-type: none;
	text-align:center;
	left: -999em;
	width: 108px;
	position: absolute;
	margin-left: -22px;
	height: 25px;
	padding-top:5px;
}
#nav li ul li{
	width: 108px;
	font-weight:normal;
	padding-left: 0px;
	list-style-type: none;
	text-align:left;
	height:26px;
	line-height:26px;
}


#nav li ul a{
	display: block;
	width: 108px;
	text-align:center;
	font-size: 12px;
	line-height: 25px;
	color: #2760A5;
	background-color: #F3EEEB;
	height: 25px;
	text-align:left;
	padding-left:30px;
	font-weight:normal;
	
}

#nav li ul a:link  {
	color:#2760A5;
	text-decoration:none;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	font-weight:normal;
    background-image: url(images/index_89.gif);
}
#nav li ul a:visited  {
	color:#2760A5;
	text-decoration:none;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	font-weight:normal;
	background-image: url(images/index_89.gif);
}
#nav li ul a:hover  {
	color:#2760A5;
	text-decoration:none;
	line-height: 25px;
	background-image: url(images/index_78.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 12px;
	font-weight:normal;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left;
}
