ul#navlist {
	margin: 0;
	padding: 0;
}

#chromemenu ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font: 13px/22px arial, helvetica, verdana, geneva;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	background-color: #00CBD6;
}

#chromemenu a {
	text-decoration: none;
	display: block;
	width: 164px;
	height: 22px;
	color: #FFFFFF;
}

.chromestyle{
width: 990px;
background-color: #00CBD6;
}

.chromestyle ul li a:hover{
}

.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: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #00CBD6;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
color: #2564A3;
}

#m1 {
text-decoration: none;
color: #FFFFFF;
}

#m2 {
text-decoration: none;
color: #FFFFFF;
}
