.menuSub
{
	width: 200px; /* 182 */
	background-color:Blue;
	position:absolute;
	margin-left:178px; /* 178 */
	visibility:hidden;
	overflow:hidden  ;
	z-index:100;
	display:none;
}

.sub 
{
	/*background-image: url('/Images/navfiller.gif');
	background-repeat:repeat-y  ;
	background-position:right;*/
	background-color:#082b63;
	height: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #082B63;
	font-weight: bold;
	padding-bottom: 0px;
	font-size: 12px;
	text-indent:10px;
	overflow:  hidden  ;
	text-align:left;
}

* html .sub
{
	
	margin-left:-10px;
	padding-top:10px;
	margin-bottom:-10px;
}

.menuSurround
{
	background-image: url('/Images/navmaincat.gif');
	background-repeat: no-repeat;
	height: 38px;
	width: 178px; /* 178 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #082B63;
	font-weight: bold;
	padding-bottom: 0px;
	font-size: 14px;
	text-indent: 10px;
	vertical-align:middle;
	overflow: hidden;
}

* html .menuSurround
{
	padding-top:10px;
	/*margin-bottom:-10px;*/
}

.j_ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.sub a {
	text-indent: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 12px;
	text-decoration: none;
}
.sub a:hover {
	text-indent: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCC00;
	font-size: 12px;
}
.menuSurround a {
	color: #082B63;
	font-weight: bold;
	font-size: 9px;
}
.menuSurround a:hover {
	color: #E6E30D;
	font-weight: bold;
}

.menuSurround a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
}
.sub a:active {
	text-indent: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	outline: none;

}