@charset "utf-8";
/* This stylesheet controls the menus */
.menuParent {
	border: 2px thin #999;
	box-shadow: 2px 2px 4px #333;
	border-radius:8px;
	overflow: hidden;
	width:1002px;
	margin:0 auto;
}

div.menu{
	/*border: 2px solid #666;*/
	width:167px;
	height:40px;
	text-align:center;
	float:left;
	background-color:#005c9f;	
}

div.menu:Hover{
	/*border: 2px solid #666;*/
	background-color:#07224a;
}

div.menuActive{
	/*border: 2px solid #666;*/
	width:167px;
	height:40px;
	text-align:center;
	float:left;
	background-color:#07224a;	
}

div.menuActive:Hover{
	/*border: 2px solid #666;*/
	background-color:#005c9f;
}

p.menu {
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	color:#FFF;
	vertical-align:top;
}