.chromestyle{
	width: 96%; /*set value to "left", "center", or "right"*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#box #chromemenu a {
	color: #FFFFFF;
}




.chromestyle ul{
	width: 96%; /*THEME CHANGE HERE*/
	margin: 0; /*set value to "left", "center", or "right"*/
	background-color: #0366CE;
}

.chromestyle ul li{
	display: inline;
	padding-right: 0px;
}

.chromestyle ul li a{
color: #494949;
padding: 2px 0px;
margin: 0;
text-decoration: none;
}




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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 10px/12px Arial;
	z-index:100;
	background-color: #666666;
	width: 175px;
	visibility: hidden;
	color: #000000;
	border-top: 2px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 2 solid #BBB;
	border-left: 2px solid #BBB;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 4px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #333333;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
}
#box #content .story-container .mainstory-content .mainstory-content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
