h2.rounded-top {
	padding: 6px 5px 6px 10px;
	margin: 0;
	color: white;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 1.2em;
	line-height: 1.4em;
	background: #A1A1A1;
	}

div.content-menu {
	background: #F4F4EB;
	padding-bottom: 0px;
	}

.content-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background: url(img/box-right-bottom.gif) bottom right no-repeat;
	padding-bottom: 20px;
	}

.content-menu-bottom {
	
	}

.content-menu li {
	background: url(img/content-menu-bottom.gif) bottom left repeat-x;
	font-size: 1em;
	margin: 0;
	}

.content-menu li a {
	display: block;
	padding: 8px 5px 8px 30px;
	background: url(img/content-menu-arrow-on.gif) 10px center no-repeat;
	text-decoration: none;
	width: 100%;
	color: #62625F;
	}

html>body .content-menu li a {
	width: auto;
	}

.content-menu li a:hover {
	color: #ECA903;
	background: url(img/content-menu-arrow-on.gif) 10px center no-repeat;
	}

.content-menu li:hover {
	background: url(img/content-menu-bottom.gif) bottom left repeat-x #f2eec3;
	}

/* SUBNAVIGATION */

#subnavcontainer {
	margin-bottom: 50px;
	}

#subnavcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	text-align: right;
	}

#subnavcontainer li {
	margin: 0;
	height: auto;
	}

#subnavcontainer ul li a {
	display: block;
	padding: 10px 10px;
	width: 180px;
	color: #585858;
	background: url(img/subnav-bottom.jpg) top left repeat-x #e8e7dc;
	text-decoration: none;
	font-size: 1em;
	}

#subnavcontainer ul li a:hover {
	color: #585858;
	color: #EBA903;
	background: url(img/subnav-bottom-over.jpg) top left repeat-x #f2eec3;
	text-decoration: none;
	}

#subnavcontainer ul ul li {
	margin: 0;
	}

#subnavcontainer ul ul li a {
	display: block;
	padding: 5px 25px 5px 5px;
	width: 170px;
	color: #585858;
	background: url(img/subsubarrow-off.png) 96%  center no-repeat #fff;
	text-decoration: none;
	font-size: 1em;
	}

#subnavcontainer ul ul a:hover {
	color: #f6ac19;
	background: url(img/subsubarrow-on.png) 96% center no-repeat #f8f6e1;
	text-decoration: none;
	}

/* ADMIN NAVIGATION */

#adminrequest {
	margin-bottom: 50px;
	}

#adminrequest ul {
	margin: 0 0 0 10px;
	padding: 0 0 5px;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	text-align: right;
	}

#adminrequest li {
	margin: 0 0 2px 0;
	}

#adminrequest ul li a {
	display: block;
	padding: 4px 35px 4px 0px;
	width: 150px;
	color: #585858;
	/*background: url(img/admin-top-on.jpg) top left no-repeat;*/
	background: url(img/subsubarrow-on.png) 92% center no-repeat ;
	
	text-decoration: none;
	font-size: 1em;
	}

#adminrequest ul li a:hover {
	color: #EAA001;
	background: url(img/subsubarrow-on.png) 92% center no-repeat ;
	text-decoration: none;
	}
/*
#adminrequest ul li a:link span.admnavlibottom,
#adminrequest ul li a:visited span.admnavlibottom {
	background: url(img/admin-bottom-off.jpg) bottom left no-repeat;
	width: 181px;
	display: block;
	padding: 2px 0;
	}

#adminrequest ul li a:hover span.admnavlibottom {
	background: url(img/admin-bottom-on.jpg) bottom left no-repeat;
	}
	*/