.menuHome
{
	text-align: center;
	height:14px;
	color: #805711;
	width:102px;
	height:38px;
	background-color:#F7DD7E;
}
.menuHome a:hover
{
	color: #000000;
	background-color:#F3CB3F;
}
.menuHome_nav
{
	text-align: center;
	height:14px;
	width:102px;
	color: #F7DD7E;
	background-color: #F7DD7E;	
}
.menuHome_nav a:hover
{
	color: #000000;
	background-color: #FFCC33;
}

.menu {
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #132267;
	text-decoration: none;
	height:20px;
	vertical-align: middle;
	width: 170;
	
}

.menu a:hover {
	text-decoration: none;
	height: 100%;
    color: #354fc6;
}
.menu2 {
	float: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #132267;
	text-decoration: none;
	
	vertical-align: middle;
	width:102px;
	height:38px;
	
}

.menu2 a:hover {
	text-decoration: none;
	width:102px;
	height:38px;
    color: #132267;
}

.menu3 {
	float: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #805711;
	text-decoration: none;
	
	vertical-align: middle;
	width:152px;
	height:20px;
	
}

.menu3 a:hover {
	text-decoration: none;
	width:152px;
	height:20px;
    color: #000000;
}

.position_nav_main
{
	vertical-align: left;
	position: relative;
	font-size: 11px;
	
}
.position_nav_main_on
{
	vertical-align: left;
	text-decoration: none;
	position: relative;
	
}
.menuLinkOn a
{
	
	text-decoration: none;
}

.menuLinkOn
{
	float: left;
	text-align: center;
	vertical-align: middle;	
	position: relative;
	width: 100%;
}



#dropmenudiv
{
	position: absolute;
	background-color: #112469;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	z-index: 2;
	color: #c9eafb;
	
}

#dropmenudiv a.menuBlock
{
	display: block;
	text-indent: 5px;
	padding: 2px 4px 2px 4px;
	height: 22px;
	text-decoration: none;
	font-weight: bold;
	font:bold 11px Arial;
	
	text-align: left;
	color: #c9eafb;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	
}

#dropmenudiv a.menuBlock:hover
{
	color: #805711;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	background-color: #F7DD7E;
}
