.menu_bg_vertical {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	text-align:left;
}

.but {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	width:100%;
}
.but td  {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height: 28px;
}
.but td a {
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	padding-right:10px;
	padding-left:10px;
	margin: 0px;
	display: block;
/*	height: 35px;*/
}
.but td a:hover {
	text-decoration: none;
	color: #f7dd28;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f57300;*/
	display: block;
/*	height: 28px;*/
	text-align: center;
	vertical-align: middle;
	}

.but td b {
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	}
	
.dropmenudiv{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f7dd28;
	position:absolute;
	line-height:14px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	margin-top:-1px;
	text-transform:uppercase;
	
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #f7dc27;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background:#2d2f2d;
	/*background-image:url(../images/bul.jpg); background-repeat:no-repeat; background-position:left center*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #000e11;
	background:#f7dc27;
}

.dropmenudiv strong{
	width: 100%;
	display: block;
	text-indent: 3px;
	font-weight: bold;
	color: #d5e03c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-image:url(../images/box_bg.jpg);
	/*background-image:url(../images/bul.jpg); background-repeat:no-repeat; background-position:left center*/
}

.dropmenudiv strong a{
	width: 100%;
	display: block;
	color: #d5e03c;
	font-weight: bold;
	background-image:url(../images/box_bg.jpg);
	padding:0px;
}

.dropmenudiv strong a:hover{
	width: 100%;
	display: block;
	color: #ffffff;
	font-weight: bold;
	background-image:url(../images/box_bg.jpg);
	padding:0px;
}