.chromestyle{

font-family: tohama;
font-size:13px;
width:760px;
height:38px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 

clear: both; 
visibility: hidden;
}

.chromestyle ul{

text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000;
padding-top:10px;
padding-bottom:10px;
padding-left:15px;
padding-right:15px;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
 background-image:url(/static/images/over.jpg);
 background-position:center;
 background-repeat:repeat-x;
color:#FFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #e2e0e0; /*THEME CHANGE HERE*/
font-family: tohama;
font-size:12px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e2e0e0; /*THEME CHANGE HERE*/
text-decoration: none;
color: black;
}

 .dropmenudiv a{ /*IE only hack*/
width: 100%;
color:#666666;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2b9fc2;
color:#fff;
}
.cizgi
{
	background: url(../images/cizgi.jpg);
	background-repeat:no-repeat;
	width:4px;
	height:38px;
	display:block;
	float:left;

}

