.chromestyle{
	width: 99%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(../images2/navimages/navSpacer.jpg) repeat-x center center;
	padding: 4px 0;
	margin: 0;
	text-align: left;
	border-top: 1px solid #0189D3;
	border-right: none;
	border-bottom: 1px solid #0189D3;
	border-left: none;
}

.chromestyle ul li{
	display: inline;
	list-style-position: inside;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(../images2/navimages/navSpacer_down.jpg) repeat-x center center; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*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 #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px arial;
line-height:18px;
z-index:100;
background-color: #008CCE;
width: 200px;
visibility: hidden;
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color: #008CCE;
}


#maincontent .phone p.mail {
	margin-top: 0px;
	text-align: right;
	padding-right: 3px;
}
