/* Start of CMSMS style sheet 'Default CSSMenu Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
        overflow: hidden;
        width: 100%;
        }

/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}

#primary-nav li { 
	margin-left: -1px;
	float: left;
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a {
             display: block; width:95px; height:14px;
	padding:8px 5px;
	margin: 0px; 
	text-decoration: none;
             text-align: center;
	font-family:Tahoma;
	color:#5F5F5F;
	font-size:11px;
	font-weight:bold;
	}

#primary-nav li a { 
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	}

#primary-nav li, #primary-nav li.menuparent { 

	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #C7C7C7;
	}

/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	background-color: #E7AB0B;
	}
/* End of 'Default CSSMenu Horizontal' */

