/* Start of CMSMS style sheet 'NAV: Simple Horisontal' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
	/*background-color: #243135;*/
	width: 100%;
	height: 50px;
	overflow:hidden;
    position:relative;
	padding-bottom:20px;
	margin-top:30px;
}
div#menu_horiz ul {
	clear:left;
	float:left;
	list-style-type: none;
	margin: 0;
	position:relative;
    left:50%;
   text-transform:uppercase;
}
/* menu list items */
div#menu_horiz ul li {
	display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
	}
/* the links, that is each list item */
div#menu_horiz ul li a {
	padding: 12px 15px 15px 12px;
	margin: 0;
	text-decoration: none;
	color: #99b3cc;
	display: block;
}
/* hover state for links */
div#menu_horiz ul li a:hover {;
/* set your image here, dark grey image with white text set above*/
	/*background:  url(uploads/ngrey/nav.png) repeat-x left -50px;*/
	color:#FFF;
}

div#menu_horiz ul li a:active {;
/* set your image here, dark grey image with white text set above*/
	/*background:  url(uploads/ngrey/nav.png) repeat-x left -50px;*/
	color:#FFF;
}

/* End of 'NAV: Simple Horisontal' */

