.chromestyle{
				height: 31px; background-image: url(images/menu.jpg); background-repeat: repeat-x;
				width: 754px; color: #FFF; text-decoration: none; text-align: left; background-color:#FFF;
				margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto;}

.chromestyle:after{ 
				content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden;
}

.chromestyle ul{
				width: 100%; padding: 4px 0; margin: 0; text-align: left; 
}

.chromestyle ul li{
				display: inline;
}

.chromestyle ul li a{
				color: #FFF; text-decoration: none; font-family: Tahoma, Geneva, sans-serif;  padding-bottom: 7px;
				line-height: 21px; font-weight: bold; padding-right: 10px; padding-left: 18px; font-size: 13px;
}

.chromestyle ul li a:hover {
				color: #ccc; text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
				position:absolute; top: 0; border: 1px solid #BBB; border-bottom-width: 0; font-family: Tahoma, Geneva, sans-serif;
				font-size: 13px; line-height:18px; z-index:100; background-color: #253485;  width: 150px; visibility: hidden;
				filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenudiv a{
				width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #BBB; padding: 2px 0;
				text-decoration: none; font-weight: bold; color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
				width: 100%; 
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
				background-color: #F0F0F0; color: #000;
}