* html .dropmenudiv a {
	width:100%;
}
.chromestyle {
	font-weight:700;
	width:100%;
}
.chromestyle:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.chromestyle ul {
	background:url(kurbanbg.png) center center repeat-x;
	margin:0;
	padding:4px 0;
	text-align:center;
	width:100%;
}
.chromestyle ul li {
	display:inline;
	list-style-image:url(bullet-black.png);
	list-style-position:outside;
	list-style-type:disc;
}
.chromestyle ul li a {
	border-right-color:#039;
	border-right-style:solid;
	border-right-width:1px;
	color:#FFF;
	margin:0;
	padding:4px 7px;
	text-decoration:none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	background-color: #09F;
	background-repeat: repeat-x;
	background-position: center center;
}
.dropmenudiv {
	background-color:#FFF;
	/*border:1px solid #BBB;
	border-bottom-width:0;*/
	font:normal 12px Verdana;
	line-height:18px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:240px;
	z-index:100;
}
.dropmenudiv a {
	border-bottom:1px solid #BBB;
	color:#000;
	display:block;
	font-weight:700;
	padding:2px 0;
	text-decoration:none;
	text-indent:3px;
	width:auto;
}

.dropmenudiv a:hover {
	background-color:#09F;
}
