/* Start of CMSMS style sheet 'Navigation: Main Menu' */
/* Start of CMSMS style sheet 'Navigation: Main Menu' */
/* by Alexander Endresen and mark and Nuno */

#menu_vert {

/* no margin/padding so it fills the whole div */

	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	width:960px;
	color: #054673;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom:12px;
        padding-top: 10px;
}

.clearb {

/* needed for some browsers */
	clear: both;
}

#menuwrapper {

/* set the background color for the menu here */


/* IE6 Hack */
	height: 1%;
	width: auto;
/* one border at the top */
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}



ul#primary-nav {

/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}


ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
	background: url(uploads/images/structure/nav-icon.gif) no-repeat center left;
}

/* set the "a" link look here */

ul#primary-nav li a {
	font-size: 13px;
	font-weight: bold;
	color: #626262;
	padding: 4px 18px 4px 28px;
        /* padding: 4px 10px 4px 30px; */
	display: block;
	text-decoration: none;
}


ul#primary-nav li a:hover {
	color: #000;
}

ul#primary-nav li a.menuactive {
	color: #000;
	font-weight: bold;
}

ul#primary-nav li a.menuactive:hover {
	color: #000;
	font-weight: bold;
}

/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
	color: #000;
}

/* End of 'Navigation: Main Menu' */
/* End of 'Navigation: Main Menu' */

