.tabs{
width:100%;
font-size: 12px;
line-height:27px;
color: #fff;
margin-left: 7px;
}

.tabs ul{
float: right;
list-style-type: none;
margin:1px 22px 0 0;
padding:0;
}

.tabs li{
display:inline;
margin:  0;
padding: 0;
}

.tabs li:hover{
display:inline;
margin:  0;
padding: 0;
background-color:#FFFFFF;
}

.tabs a{
float:left;
margin: 0;
padding: 0 15px 0 15px;
text-decoration:none;
color: #000000;
font-weight: bold;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

.tabs a:hover
{
	background-color: #fff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
line-height:16px;
z-index:100;
width: 160px;
background-color: #ffffff;
text-align:       left;
visibility: hidden;
padding-bottom: 5px;
border:1px solid black;
}

.dropmenudiv_d hr
{
	color: #000000;
	background-color: #000000;
	height: 2px;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
font-size: 12px;
padding: 2px 0;
text-decoration: none;
background-repeat: repeat;
color: #0085cb;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
color:#006194;
}

div.menuLeft
{
	float: left;
	width: 50%;
	height: 10px;
	background-image: url( ../images/nav/menu_bottom_left.png );
	background-position: left;
}

div.menuRight
{
	float: left;
	width: 50%;
	height: 10px;
	background-image: url( ../images/nav/menu_bottom_right.png );
	background-position: right;
}

