.markiran {
	background:#5F5F5F;
	padding:0px 7px 0 6px;
}
.chromestyle{
	xwidth: 985px;
	font-weight: bold;
	position:relative;
	background:#565656 url(../images/menubg.gif) top left repeat-x;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
height:47px;
xbackground: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
list-style-type:none;
float:left;
height:47px;
white-space:nowrap;
}

*html .chromestyle ul li{
list-style-type:none;
float:left;
height:47px;
display: inline;
zoom: 1;
width: 1%;
}

.chromestyle ul li a{
display: block;
color: #FFFFFF;
padding: 0;
margin: 0;
text-decoration: none;
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
height:32px;
padding:15px 6px 0 6px;
text-align: center;
letter-spacing: 0px;
}


.chromestyle ul li a:hover{
background:#5F5F5F; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align:left;
z-index:500;
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 12px Arial, Helvetica, sans-serif;
line-height:18px;
background:#565656;
width: 150px;
visibility: hidden;
line-height: 20px;
filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
text-decoration: none;
}

.dropmenudiv a {
padding:2px 5px 2px 5px;
border-bottom:1px solid #BBBBBB;
clear:both;
color:white;
float:left;
text-decoration:none;
white-space:nowrap;
width:140px;
}



.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
background:#5F5F5F;
}