a.subnavlink:link 		{ font-weight: bold; text-decoration: underline; color : #ffffff; line-height : 1.3; }
a.subnavlink:visited		{ font-weight: bold; text-decoration: underline; color : #ffffff; line-height : 1.3; }
a.subnavlink:hover		{ font-weight: bold; text-decoration: underline; color : #F3EB41; line-height : 1.3; }

menuhr { COLOR: #000000; HEIGHT: 1px }


#pagen ul { /* all lists */

	background-image: url(../img/skin/submenubg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0;
	margin: 0;
	list-style: none;

}

#pagen li { /* all list items */
	float: left;
	position: relative;
	width: 150px;
}

li ul { /* second-level lists */

	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	padding-top:5px;

}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */

	top: autopx;
	left: auto;

}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.subnav
{
	width:150px;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	letter-spacing:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
}