/* Start of CMSMS style sheet 'menus' */
/* main topnav styles */
#topnav {
	position: relative;
	/*top: 143px;
	>top: 131px;
	left: -30px;
	width: 744px;*/
}

#topnav ul {
	text-align: center;
	margin: 0px;
	background-color: #ccc;
}

#topnav li {
	display: block;
	float: left;
	position: relative;
	/*>height: 40px;
	>line-height: 40px;*/
	width: 118px;
	border-right: 2px solid #575757;
	border-bottom: 2px solid #575757;
}

#topnav li a {
	color: #FFF;
	font-size: 14px;
	font-family: Impact,Impact5,Charcoal6,sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

#topnav ul ul li a {
	color: #FFF;
	font-size: 12px;
}

/* blue menus */
#topnav li.menu1 {
	background-color: #0070b3;
}

#topnav li.menu1 ul {
	background-color: #bacbdf;
}

#topnav li.menu1 a:hover {
	background-color: #6d96c6;
	/*border-bottom: 2px solid #0070b3;*/
}

/* red menus */
#topnav li.menu2 {
	background-color: #ea3131;
}

#topnav li.menu2 ul {
	background-color: #bacbdf;
}

#topnav li.menu2 a:hover {
	background-color: #ee9378;
	/*border-bottom: 2px solid #ea3131;*/
}

/* peach menus */
#topnav li.menu3 {
	background-color: #fdbf6f;
}

#topnav li.menu3 ul {
	background-color: #fdc67e;
}

#topnav li.menu3 a:hover {
	background-color: #fdbb65;
	/*border-bottom: 2px solid #fdbf6f;*/
}

/* blue2 menus */
#topnav li.menu4 {
	background-color: #6d96c6;
}

#topnav li.menu4 ul {
	background-color: #d3dfee;
}

#topnav li.menu4 a:hover {
	background-color: #93bddc;
	/*border-bottom: 2px solid #6d96c6;*/
}

/* green menus */
#topnav li.menu5 {
	background-color: #9ccd99;
}

#topnav li.menu5 ul {
	background-color: #e1f0e0;
}

#topnav li.menu5 a:hover {
	background-color: #bedfbd;
	/*border-bottom: 2px solid #9ccd99;*/
}

/* orange menus */
#topnav li.menu6 {
	background-color: #f09133;
}

#topnav li.menu6 ul {
	background-color: #fbdec1;
}

#topnav li.menu6 a:hover {
	background-color: #f5b879;
	/*border-bottom: 2px solid #f09133;*/
}

/* blue3 menus */
#topnav li.menu7 {
	background-color: #aec5df;
}

#topnav li.menu7 ul {
	background-color: #cedcec;
}

#topnav li.menu7 a:hover {
	background-color: #aec5df;
	/*border-bottom: 2px solid #aec5df;*/
}

/* sub menus */
#topnav ul ul, #topnav ul ul ul{
	display:none;
	position: absolute; 
	top:20px; 
	left:0px;
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	width:118px;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul{
	/*display:none; */
}
#topnav li:hover ul, #topnav ul li:hover ul, #topnav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #topnav li{
	float:left;
	display: inline;
}/* end holly hack */

/* End of 'Main' */

/* End of 'menus' */

