.menu {
	position:absolute;
	margin:110px 0 0 0;
	background:url(images/menu_bg.gif) no-repeat 0% 0%;
	width:982px;
	height:49px;
	z-index:100
}
.menu ul li {
	float:left	;
	display:inline;
	margin-left:30px;
	padding-top:15px;
}
.menu ul li a{
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:15px;
}
.menu ul li a:hover, .menu ul li a.active {
	color:#0092cf;
	text-decoration:none
}

.menuTable {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:15px;
}

.menuTable a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:15px;
	}

.menuTable a:hover{
	color:#0093d0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:15px;
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:20px;
z-index:100;
background:url(images/menu_bg.gif) no-repeat 0% 0%;
width: 120px;
visibility: hidden;
color: #ffffff;
 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-align:left;
background:url(images/menu_bg.gif) no-repeat 0% 0%;
border-bottom: 1px solid #d4d4d4; /*THEME CHANGE HERE*/
padding: 5px 0;
font-size:12px;
text-decoration: none;
color: #fff;
text-transform:uppercase;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-align:left;
	background:url(images/menu_bg.gif) no-repeat 0% 0%;
color: #fff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:url(images/menu_bg.gif) no-repeat 0% 0%;
color: #0093d0;
text-align:left;
}