@charset "UTF-8";
/* CSS Document */
#menu{
	position: static;
	float: left;
	height: 39px;
	width:auto;
	margin: 27px 0px 0px 0px;
}

/*Main Menu*/
#nav, #nav ul {
	padding:0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	text-align: center; 
}

#nav li a {
	position: static;
	float: left;
	height: auto;
	width: 175px;
	height: 100%;
	padding: 10px 0px 13px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	font-variant: small-caps;
}
		#nav li a:hover{
			position: static;
			float: left;
			background: url(../images/nav_menubg.png) repeat-x bottom left;
			height: auto;
			font-size: 14px;
			font-weight: bold;
			color: #ffffff;
			-moz-border-radius:10px 10px 0px 0px;
					
			-webkit-border-top-left-radius:10px;
			-webkit-border-top-right-radius:10px;
					
			border-radius:10px 10px 0px 0px;
		}


#nav li {
	float: left;
	width: 175px;
	background: none;
	list-style: none;
	text-indent: 0;
}
		#nav li:hover {
			float: left;
			width: 175px;
		}

#nav li ul {
	position: relative;
	display: none;
	background: none;
	top:0px;
	width: auto;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	display: block;
	background: none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

}

#nav li:hover ul li {
	left: auto;
	background: #003e77;
	width:175px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left: 1px #000f1d solid;
	border-right: 1px #000f1d solid;
}
		#nav li:hover ul li:hover {
			left: auto;
			background: #005aaf;
			width:175px;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
			border-left: 1px #000f1d solid;
			border-right: 1px #000f1d solid;
			
			-moz-border-radius:0px;
			
			-webkit-border-radius:0px;
			
			border-radius:0px;

		}
		
#nav li:hover ul li:first-child{
	left: auto;
	background: #003e77;
	width:175px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left: 1px #000f1d solid;
	border-right: 1px #000f1d solid;
}
		 #nav li:hover ul li:first-child:hover{
			left: auto;
			background: #005aaf;
			width:175px;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
			border-left: 1px #000f1d solid;
			border-right: 1px #000f1d solid;
			
			-moz-border-radius:0px;
			
			-webkit-border-radius:0px;
			
			border-radius:0px;

		}

#nav li:hover ul li a{
		position: static;
		float: left;
		height: auto;
		width: 175px;
		height: 100%;
		padding: 10px 0px 13px 0px;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
}
		#nav li:hover ul li a:last-child{
			position: static;
			float: left;
			height: auto;
			width: 175px;
			height: 100%;
			padding: 10px 0px 13px 0px;
			font-size: 14px;
			font-weight: bold;
			color: #ffffff;
			
			-moz-border-radius:0px 0px 10px 10px;
				
			-webkit-border-bottom-left-radius:10px;
			-webkit-border-bottom-right-radius:10px;
				
			border-radius:0px 0px 10px 10px;
		}

#nav li:hover ul li:last-child{
	left: auto;
	background: #003e77;
	width: 175px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: 1px #000f1d solid;
	border-right: 1px #000f1d solid;
	border-bottom: 1px #000f1d solid;
		
	-moz-border-radius:0px 0px 10px 10px;
			
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
	border-radius:0px 0px 10px 10px;

}
		#nav li:hover ul li:last-child:hover{
			left: auto;
			background: #005aaf;
			width: 175px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			border-left: 1px #000f1d solid;
			border-right: 1px #000f1d solid;
			border-bottom: 1px #000f1d solid;
			
			-moz-border-radius:0px 0px 10px 10px;
			
			-webkit-border-bottom-left-radius:10px;
			-webkit-border-bottom-right-radius:10px;
						
			border-radius:0px 0px 10px 10px;
		}

 #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* other menus */
.user_menu{
	position: static;
	float:left;
	height: auto;
	width: auto;
	margin: 0px;
}
	.user_menu a{
		background:#ffffff;
		float: left;
		height:23px;
		width:189px;
		margin: 5px 7px 0px 47px;
		padding: 7px 0px 0px 7px;
		border: none;
		text-decoration: none;
		
		color: #04558a;
		font-weight: bold;
		font-size: 16px;
	}
	.user_menu a:hover{
		background:#04558a;
		float:left;
		height:23px;
		width:229px;
		margin: 5px 7px 0px 7px;
		padding: 7px 0px 0px 7px;
		
		color: #ffffff;
		font-weight: 900;
		font-size: 16px;
	}

.edit_profile_menu{
	position: static;
	float: left;
	height: 30px;
	width: 100%;
	margin: 0 0 10px 0;
}
	.edit_profile_menu a{
		position: static;
		float:left;
		height:25px;
		width:auto;
		border-bottom: 3px solid #a1a1a1;
		border-left: 1px solid #c1c1c1;
		border-right: 1px solid #c1c1c1;
		border-top: 1px solid #f6f6f6;
		margin: 0 2px 0 0;
		padding: 5px 3px 0 3px;
		-webkit-border-bottom-left-radius: 10px;    /* for Safari */
		-webkit-border-bottom-right-radius: 10px;    /* for Safari */
    	-moz-border-radius-bottomleft: 10px;       /* for Firefox */
		-moz-border-radius-bottomright: 10px;       /* for Firefox */
		
		color: #04558a;
		font-weight: bold;
		font-size: 16px;
	}
	
	.edit_profile_menu a:hover{
		background: #04558a;
		position: static;
		float:left;
		height:30px;
		width:auto;
		border-bottom: 3px solid #3a3a3a;
		border-left: 1px solid #3a3a3a;
		border-right: 1px solid #3a3a3a;
		margin: 0 2px 0 0;
		padding: 8px 3px 0 3px;
		
		color: #ffffff;
		font-weight: bold;
		font-size: 16px;
	}
