



#chromemenu a{ /*kentrika opws ta blepoume*/


	float:right;
	padding: 3px 12px 3px 4px;
	text-align: center;
	text-decoration: none;
	font:normal 13px arial;
	border: 1px #526495 solid;
	color: #000000;
	

	

}

#chromemenu a:hover{ /*kentrika otan pame panw tous*/
	text-align: left;
	color: #ffffff;
	background-color: FF6633; /*#EFF5FB;*/

	text-align: center;
	border: 1px #526495 solid;
	
	
}




#chromemenu a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
width:140;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a:visited
{
color:#000000;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
color:black;
background-color: #CCCCCC;
}



.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #5181B6;
color:#ffffff;
}