.saneworkmenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/link_bg.jpg) repeat-x; /*tab background image path*/
	height: 30px;
	list-style: none;
}

.saneworkmenu li{
	float:left;
}

.saneworkmenu li a{
	float: left;
	display: block;
	color:#ffffff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;	
}

.saneworkmenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 12px; /*Padding of menu items*/
}

.saneworkmenu li.current a, .saneworkmenu li a:hover{
	color: #fff;
	background: url(../images/link-2.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}

.saneworkmenu li.current a b, .saneworkmenu li a:hover b{
	color: #fff;
	background: url(../images/link-2-2.jpg) no-repeat right top; /*right tab image path*/
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #e6eff9;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 0px;
padding: 2px;
text-decoration: none;
color: black;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-image:url(../images/hover.jpg)
}
