.chromestyle{
	width: 975px;
	margin: 0 auto 0px;
	clear: both;
	text-align: left;
	display: block;
	padding: 0px;
	position: relative;
	background-color: #000000;
	height: 33px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
    position: relative;
    width: 100%;
	background-color: #000000;
	padding: 8px 0;
	margin: 0;
}

.chromestyle ul li{
	list-style:none;
	text-transform:uppercase;
	float:left;
	margin: 0;
	padding: 0;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited {
	padding: 0 15px;
	text-decoration: none;
	border-right: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
}

.chromestyle ul li a#firstlink {
	border-left: none;
}

.chromestyle ul li a:hover{
	text-decoration: underline;
}

#social_icons {
	margin: 0 6px 0 0;
	position:absolute;
	bottom: 1px;
	padding: 0;
	right: 1px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #000000;
	width: 150px;
	font-size: 11px;
	text-transform: uppercase;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #D9D9D9; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	text-decoration:underline;
}