@charset "UTF-8";
/* CSS Document */
#topMenu{
	width:800px;
	height:30px;
	margin-top:px;
}
#menuContainer {
	display:block;
	position:relative;
	width:750px;
	height:30px;
	font-family:Helvetica, sans-serif;
	padding-left:12px;
	padding-right:13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(/images/menubarBG.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
#menus {
	display:block;
	position:absolute;
	clear:both;
	padding:0px;
	list-style-type:none;
	text-align:center;
	width:750px;
	float:none;
	margin-top:0px;
}
#menus li {
	font-size:13px;
	font-weight:bold;
	float:left;
	cursor:pointer;
	width:150px;
	height:30px;
	
}
#menus li a {
	height:20px;
	letter-spacing: 0.1em;
	color: #FFF;
	display:block;
	text-shadow:#333 0px 0px 2px;
	text-decoration: none;
	padding-top:7px;
	padding-bottom:3px;
}
#menus li a:hover {
	letter-spacing: 0.1em;
	color: #FFF;
	text-shadow:none;
	background-image: url(/images/menubarBlueBG.jpg);
	background-repeat: repeat-x;
	
	
}
#menus li ul {
	margin-top:0px;
	padding-left:0px;
	padding-bottom:5px;
	list-style-type:none;
	background-color:#809EDE;
}
#menus li ul li {
	display:block;
	float:none;
	clear:both;
	font-size: 12px;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
#menus li ul li a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
	display:block;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	background-image: none;
	letter-spacing: 0.1em;
	text-shadow:#333 0px 0px 1px;
}
#menus li ul li a:hover {
	color:#FFF;
	font-weight:bold;
	background-image: url(/images/menubarBlueBG.jpg);
	background-repeat: repeat-x;	
}
