
#chromemenu {
background:url(../menubar.jpg);
background-repeat:no-repeat;	
}

.chromestyle{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
width: 767PX;
font-weight: bold;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;



text-align: center; 

}

.chromestyle  li{
display: inline;
}

.chromestyle ul li a{
color: #fff;


text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color:#0C6;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;

font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
border:thin solid #900;
}


.dropmenudiv a{
	border:thin solid #900;
width: auto;
display: block;
text-indent: 3px;


text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{
width: 100%;

}

.dropmenudiv a:hover{ 
background-color: #900;
}

.hometitles {
	color:#000;
	font-size:13px;
	text-decoration:none;
}