.shadetabs {

	width:100%;

}

.shadetabs UL {

	list-style: none;

	list-style-image: none;

	padding: 0;

	margin: 0;

}

.shadetabs UL LI {

	background:url(../images/topNavImgbase.gif) repeat-x;

	font-family:Arial, Helvetica, sans-serif;

	color:#000000;

	height:34px;

	width:160px;

	font-size: 8pt;

	font-weight:bold;

	margin: 0;

	padding: 0;

	float:left;

	/*DISPLAY: inline; 

	margin: 0;

	padding: 0;

	float:left;*/

}



.shadetabs UL LI A {

	display: block;

	border-left: 2px solid #cccccc;

	text-decoration: none;

	width:159px;

	text-decoration: none;

	line-height:25px;

	height:34px;

	color:#525252;

}



.shadetabs UL LI A:hover {

	background:url(../images/topNavImgover.gif) repeat-x;

	height: 34px;

	display: block;

	border-left: 2px solid #cccccc;

	text-decoration: none;

}



.shadetabs UL LI A.current  {

	background:url(../images/topNavImgactive.gif) repeat-x;

	height:34px;

	cursor:hand;

	line-height:15px;

	display: block;

	border-left: 2px solid #cccccc;

	text-decoration: none;

	

}

.shadetabs UL LI A:hover.current  {

	background:url(../images/topNavImgactive.gif) repeat-x;

	cursor:hand;

	height:34px;

	line-height:15px;

	display: block;

	border-left: 2px solid #cccccc;

	text-decoration: none;

	

}



#dropmenudiv {

	position:absolute;

	visibility:hidden;

	border:1px solid #cccccc;

	border-width: 0 1px;

	font-family: Arial, Helvetica, sans-serif;

	font-size:8.5pt;

	color:#333333;

	line-height: 20px;

	z-index: 100;

	background-color: white;

	width: 160px;

	top: 0px;

	text-decoration: none;

}

#dropmenudiv A {

	width: 160px;

	color:#000000;

	display: block;

	border-bottom: 1px solid black;

	padding: 2px 0;

	text-decoration: none;

	text-indent: 5px;

}

 HTML #dropmenudiv A {

	WIDTH: 100%; 

	MARGIN-RIGHT: 0px

}

#dropmenudiv A:hover {

	background-color: #3C84C9;

	color:#ffffff;

	text-decoration: none;

}




