.menuHome
{
	text-align: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #C03D1D;
	font-weight: bold;
	height: 67px;
	width: 84px;
}

.menuHome:hover
{
	text-align: left;
	color: #FEBE34;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FE7034;
	font-weight: bold;
	height: 67px;
	width: 84px;
}

.menuHome a:hover
{
	color: #FEBE34;
	background-color: #FE7034;
	height: 100%;width: 100%;
}

.menuHome2
{
	text-align: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FE7034;
	font-weight: bold;
	
	width: 100%;
}

.menuHome2 a:hover
{
	color: #FEBE34;
	background-color: #878CAA;
	height: 100%;width: 100%;
}

.menuLinkOn a
{
	color: #ffffff;
	text-decoration: none;
}

.menuLinkOn
{
	float: left;
	font:bold 14px ;
}

#dropmenudiv
{
	position: absolute;
	background-color: #ffffff;
	border-bottom: 1px solid #C4C4C4;
	border-left: 1px solid #A5A6A6;
	border-right: 1px solid #A5A6A6;
	border-top: 1px solid #C4C4C4;
	z-index: 2;
	
}

#dropmenudiv a.menuBlock
{
	display: block;
	text-indent: 3px;
	padding: 2px 4px 2px 4px;
	height: 22px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #C03D1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D2DBE3;
	border-right-color: #D2DBE3;
	border-bottom-color: #D2DBE3;
	border-left-color: #D2DBE3;
}

#dropmenudiv a.menuBlock:hover
{
	background-color: #FE7034;
	color: #ffffff;
	border-bottom: 1px solid #D2DBE3;
	border-left: 1px solid #D2DBE3;
	border-right: 1px solid #D2DBE3;
	border-top: 1px solid #D2DBE3;
}

.submenu {
	float: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.submenu a:hover {
	background-color: #D6F1FF;
	height: 100%;
	width: 100%;
    
}

.position_nav_main
{
	vertical-align: middle;
	position: relative;
	top: 8px;
	font-size: 10px;
	
}

.position_nav_main_on
{
	vertical-align: middle;
	color: #000000;
	position: relative;
	top: 8px;
	font-size: 10px;
	
	
}

.position_nav_submain
{
	vertical-align: middle;
	position: relative;
	top: 6px;
	font-size: 10px;
	
}

.title_sub {
	font-family: "trebuchet ms", verdana;
	font-size: 11px;
	font-weight: bold;
	color: #D4F5B8;
	text-indent: 3px;	
}

ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.title_sub a{
	color: #FFFFFF;
	font-size: 11px;		
}

.title_sub a:hover{
	
	color: #D4F5B8;	
}