.markiran {
	background:#5F5F5F;
	padding:0px 7px 0 6px;
}
.chromestyle{
	position:relative;
	background:#dadad9;
}

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

.chromestyle ul{
height:27px;
xbackground: url(scripts/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:27px;
white-space:nowrap;
}

*html .chromestyle ul li{
list-style-type:none;
float:left;
height:27px;
display: inline;
zoom: 1;
width: 1%;
}

.chromestyle ul li a{
display: block;
color: #505050;
padding: 7px 0px;
margin: 0;
text-decoration: none;
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
xheight:22px;
text-align: center;
letter-spacing: 0px;
border-right:1px solid #888888;
width: 95px;
zoom: 1;
}

.chromestyle ul li a:hover{
background:#922114; /*THEME CHANGE HERE*/
color: #FFFFFF;
zoom: 1;
}

.chromestyle ul li p{
display: block;
color: #999;
padding: 7px 0px;
margin: 0;
text-decoration: none;
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
xheight:22px;
text-align: center;
letter-spacing: 0px;
border-right:1px solid #888888;
width: 95px;
zoom: 1;
cursor:pointer;
}

.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 ######### */

.dropmenudiv1,
.dropmenudiv2,
.dropmenudiv3,
.dropmenudiv4,
.dropmenudiv6  {
text-align:left;
z-index:500;
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
font:11px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
xbackground:url(scripts/images/images_non/menu-e2.png) no-repeat;
visibility: hidden;
text-decoration: none;
xpadding: 0 44px 44px 0;
width:164px;
height:314px;

}

.dropmenudiv1 a,  
.dropmenudiv2 a, 
.dropmenudiv3 a, 
.dropmenudiv4 a,
.dropmenudiv6 a {
padding:5px;
border-bottom:1px solid #BBBBBB;
xclear:both;
background: #DADAD9;
color:#505050;
float:left;
text-decoration:none;
white-space:nowrap;
width:110px;
}




.dropmenudiv1 p {
padding:5px;
border-bottom:1px solid #BBBBBB;
xclear:both;
background: #DADAD9;
color:#999;
float:left;
text-decoration:none;
white-space:nowrap;
width:110px;
margin:0px;
cursor: pointer;
}

.dropmenudiv6 p {
padding:5px;
border-bottom:1px solid #BBBBBB;
xclear:both;
background: #DADAD9;
color:#999;
float:left;
text-decoration:none;
white-space:nowrap;
width:230px;
margin:0px;
cursor: pointer;
}


.dropmenudiv2 { width:274px;height:520px;}
.dropmenudiv3 { width:215px;height:140px;}
.xdropmenudiv4 { width:144px;height:98px;}
.dropmenudiv6 { width:274px;height:600px;}
 
.dropmenudiv2 a {	width:221px;} 
.dropmenudiv3 a {	width:160px;} 
.dropmenudiv4 a {	width:100px;z-index:-1000;} 
.dropmenudiv6 a {	width:230px;} 


.dropmenudiv1 a:hover,
.dropmenudiv2 a:hover,
.dropmenudiv3 a:hover,
.dropmenudiv4 a:hover,
.dropmenudiv6 a:hover
{ /*THEME CHANGE HERE*/
background:#922114;
color:#FFFFFF;
}

.dropmenudiv1span {
	position:absolute;
	left:0px;
	top:0;
	width:164px;
	height:314px;
	background:url(scripts/images/images_non/menu-e2.png) no-repeat;
	z-index: -1;
}

.dropmenudiv2span {
	position:absolute;
	left:0px;
	top:0;
	width:274px;
	height:376px;
	background:url(scripts/images/images_non/menu-div2.png) no-repeat;
	z-index: -1;
}

.dropmenudiv3span {
	position:absolute;
	left:0px;
	top:0;
	width:215px;
	height:140px;
	background:url(scripts/images/images_non/menu-div3.png) no-repeat;
	z-index: -1;
}

.dropmenudiv4span {
	position:absolute;
	left:0px;
	top:0;
	width:144px;
	height:98px;
	background:url(scripts/images/images_non/menu-div4.png) no-repeat;
	z-index: -950;
}

.dropmenudiv6span {
	position:absolute;
	left:0px;
	top:0;
	width:230px;
	height:576px;
	background:url(scripts/images/images_non/menu-div6.png) no-repeat;
	z-index: -1;
}

