.chromestyle{
	/*width: 99%;*/
	clear:both;
	margin-top:0px;
	height:20px;
	padding:0px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	background-color:#FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle a.home{
	display:block;
	float:left;
	padding:3px 10px 3px 10px;
	color: #000000;
	text-decoration: none;
}

.chromestyle a.home:hover{
	text-decoration:underline;
}

.chromestyle ul{
	/*border: 1px solid #BBB;*/
	/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	float:right;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	display:block;
	float:left;
	border-left: 1px solid #d4d4e2;
	color: #000000;
	padding: 3px 10px 3px 10px;
	margin: 0;
	text-decoration: none;
	
}

.chromestyle ul li a.drop{
	background-image:url(../images/bg_dropdown.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
	padding-right:15px;
	margin-right:5px;
}

.chromestyle ul li a:hover{
	text-decoration:underline;
}

.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 #BBB;*/ /*THEME CHANGE HERE*/
	border-top:1px solid #d4d4e2;
	border-left:1px solid #d4d4e2;
	border-right:1px solid #d4d4e2;
	border-bottom-width: 0;
	z-index:100;
	background-color:#ffffff;
	width: 200px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight:normal;
	color:#2f2f2f;
	padding:6px 5px 6px 10px;
	border-right:0px;
	border-bottom:1px solid #b2b2b2;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration:underline;
}

