.chromestyle{
width: 100%%;
font-weight: bold;
}

.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%; 
	background-color:#1d1d1d;
	height:30px;
	padding: 2px 0;
	margin: 0;
	line-height:28px;
	text-align: left;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
 	font-size:12px;
	filter:alpha(opacity=75);
	opacity: 0.65;
	-moz-opacity:0.95;
	
}

.chromestyle ul li{
display: inline;
margin:0;

}

.chromestyle ul li a{
color: #EEEDE4;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #255C93;
height:30px;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: ""; /*ennen " v"*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top: 0;
/* drop down border THEME CHANGE HERE*/
border: 0;
font:normal 12px Arial;
line-height:20px;
z-index:100;
background-color: #1d1d1d;
width: 200px;
visibility: hidden;
margin:0;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
}


.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* lightmenu oikealle */

.menulight ul{
	width: 100%; 
	background-color:#1d1d1d;
	height:30px;
	padding: 2px 0;
	margin: 0;
	line-height:30px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
 	font-size:11px;
	font-weight:bold;
	filter:alpha(opacity=75);
	opacity: 0.65;
	-moz-opacity:0.95;
	
}

.menulight ul li{
display: inline;
margin:0;

}

.menulight ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.menulight ul li a:hover{
color: #333333;
height:30px;
}

