
.chromestyle{
	z-index: 100;
	position: relative;
	color: #FFFFFF;
	border: 0px solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	width: 170px;

}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {
	border: 0px;
	padding: 0;
	padding-top:2px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	list-style: none;	
	width: 164px;
}


.chromestyle li {
border-bottom: 1px dotted #666666;
}

.chromestyle li a {
color: #666666;
display: block;
text-transform: uppercase;
padding: 0px;
margin: 0px;
text-decoration: none;
/*THEME CHANGE HERE*/
}

.chromestyle li a:hover {
text-decoration: underline;
}


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


.dropmenudiv{
	position:absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	/*margin-left: -134px;
	margin-top: -201px;*/
	margin-top: -20px;
	margin-left: 164px;
	border-style: solid;
	border-width: 1px;
	border-color: #177DBD;
	line-height:18px;
	z-index:100;
	background-color:#fff;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv a{
	display: block;
	/*text-indent: 3px;*/
	border-top: 1px dotted #666666;
	padding: 0px;
	margin: 0;
	padding-left: 3px;
	text-decoration: none;
	text-transform: uppercase;
	z-index:100;
	color: #666666;
	padding-bottom: 5px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}

.lang {
	color: #FF0000;
	line-height: 20px;
	text-decoration: none;
}

.lang:hover {
	color: #FF9900;
	text-decoration: underline;
}

.date {

font: normal 10px times-new;
}
.page_link {
	color: #ffd300;
	text-decoration: none;

}

.page_link2 {
        color: #ffd300;
	text-decoration: none;
	font-size:15px;
	font-weight:bolder;
}

