.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url() center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 41px;
	/*THEME CHANGE HERE*/

	font:normal 11px Arial;
	line-height:14px;
	z-index:3;
	width: 580px;
	margin-left:12px;
	margin-top:-40px;
	height: 25px;
	left: 4px;
	visibility: hidden;
}

.dropmenudiv2{
	position:absolute;
	top: 46px;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:14px;
	z-index:3;
	width: 500px;
	margin-left:12px;
	margin-top:-40px;
	height: 19px;
	left: 37px;
	visibility: hidden;
}
.style1 {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.style1 {
	font-family: Verdana;
	font-size: 10px;
	color: #FFCF25;
	text-decoration: none;
}




#mydesc , #mydesc.txt span , #mydesc.txt font , #mydesc.txt p{
/*color:#ff0000;*/
         font-family: Verdana;
         font-size: 11px;
    color: #656567;
}
