/* CSS Document */
.lft {	
background:url(../img/hormenuside2.png);
padding-left: 58px;	
padding-right: 20px;	
}
.lft:hover {	color: #666666;	}
.ryt {	
background:url(../img/hormenusideryt2.png);
padding-right: 32px;
padding-left: 22px;	
}
.ryt:hover {	color: #666666;	}
.mid {	
background: url(../img/hormenu2.png);
margin-top: 0px;
padding-right: 25px;
padding-left: 25px;
}
.mid:hover {	color: #666666;	}

.chromestyle ul{
margin-bottom: 13px;
margin-top: 0;
padding-top: 11px;
margin-left: 0px;
padding-left: 0px;
}

.chromestyle ul li{
	display: inline;
	margin-left: -4px;
}

.chromestyle ul li a{
text-decoration: none;
margin-left: 0px;
padding-top: 11px;
padding-bottom: 12px;
font: bold 12px Trebuchet MS;
color: #333333;
}

.chromestyle ul li a:hover{
text-decoration: none;
margin-left: 0px;
padding-top: 11px;
padding-bottom: 12px;
font: bold 12px Trebuchet MS;
color: #000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #FFCC00;
	border-bottom-width: 0;
	font: normal 11px Trebuchet MS;
	line-height: 17px;
	background-color: #FFFFFF;
	width: 200px;
	z-index: 100;
	visibility: hidden;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 15px;
	border-bottom: 1px solid #FFCC00;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

* html .dropmenudiv a{ 
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #CCCCCC;
}

.dropmenudiv2{
position: absolute;
top: 0;
border: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
font: normal 11px Trebuchet MS;
line-height: 17px;
z-index: 100;
background: #FFFFFF url(../cssimages/mainmenuconbg.png) right repeat-y;
width: 150px;
visibility: hidden;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 15px;
border-bottom: 0px solid #003300; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #333333;

}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #CCCCCC;
}

