/* Links Menu */

#link_menu {
	float:left;
	width:720px;
	height:30px;
	margin:0 auto;
}

#link_bkcolor {
	float:left;
	width:557px;
	height:30px;
	background:#333;
}

#menu_subscribe {
	letter-spacing:1px;
	padding:8px 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:#333;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	letter-spacing:1px;
	padding: 6px 7px 0 7px;
	margin: 0;
	display:block;
	float:left;
	height:23px;
	text-decoration: none;
	border-right: 1px solid #4d4d4d;
	background:#333;
}

.chromestyle ul li.special_pd a {
	border-right:none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
background: #222;
}

/* ######### 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: #4d4d4d;
	width: 125px;
	visibility: hidden;
	border-top:solid 1px #4d4d4d;
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666; /*THEME CHANGE HERE*/
padding: 2px 0 2px 5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333;
}
