/* Links Menu */

#link_menu {
	background:#000;
	border: solid 1px #808080;
	font-size:13px;
}

#menu_subscribe {
	letter-spacing:1px;
	padding:8px 0 0 0;
	float:right;
}

#menu_search {
	letter-spacing:1px;
	padding:0 0 0 0;
	float:right;
}

.chromestyle{
width: 99%;
}

.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%;
/*padding: 5px 0 7px 0;*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
background:#eee;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	letter-spacing:1px;
	padding: 4px 10px 0 10px;
	margin: 0;
	display:block;
	float:left;
	height:23px;
	text-decoration: none;/*
	border-right: 1px solid #aaa;*/
	background:#000000;
	color:#dfc800;
}

.chromestyle ul li.special_pd a {
	border-right:none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
background: #242424;
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	text-align:left;
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #000;
	width: 160px;
	visibility: hidden;/*
	border-top:solid 1px #808080;*/
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #808080; /*THEME CHANGE HERE*/
padding: 2px 0 4px 5px;
color:#dfc800;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #242424;
text-decoration:none;
}
