.chromestyle {
	width: 100%;
	font-size: 10px;
}

.chromestyle:after {

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

.chromestyle ul {
	width: 786;
	background: url("images/bg_nav_seperator.gif") top left no-repeat;
	padding: 0;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	height: 30px;
}

.chromestyle ul li {
	display: block;
	float: left;
	height: 30px;
	width: 90px;
	background: url("images/bg_nav_seperator.gif") top right no-repeat;
	text-align: center;
	line-height: 30px;
}

.chromestyle ul li a {
	display: block;
	float: left;
	height: 30px;
	width: 90px;	
	color: #494949;
	margin: 0;
	text-decoration: none;

}

.chromestyle ul li a:hover {
	background: url("images/bg_nav_seperator_hover.png") top right no-repeat;
	text-decoration: none;

/*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: 0;
	left: 0;
	border: 1px solid #BBB;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 10px;
	line-height: 14px;
	z-index: 100;
	background-color: white;
	text-align: left;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2);
/*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {

	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #BBB;

/*THEME CHANGE HERE*/
width: 100px;
padding: 2px 10px 2px 0px;
	text-decoration: none;
	color: black;
}



.dropmenudiv a:hover {

/*THEME CHANGE HERE*/
background-color: #F0F0F0;
text-decoration: none;
}


.phone {
	float: right; 
	width: 196px; 
	height: 30px;
	background: url('images/phone.png') top left no-repeat;
	display: block;
}