/* Start of CMSMS style sheet 'CSSMenu' */
#menuwrapper {
margin: 0 auto; 
margin-bottom: 1em;    /* this centers wrapper */
   width: 820px; /* IE wont understand these, so we will use javascript magick */
  ;

}
#nav 	{
list-style: none; 
	margin: 0 0 0 1.5em;
	text-align: center;
}

#nav li	{ 
	float: left;
	margin: 0.7em 1px 0 0;
padding-right: 3px;
padding-left: 3px;
}

#nav .current { 
	background: url(uploads/images/nav-current.png) no-repeat 50% 0;
	position: relative;
	z-index: 2;
	margin: 0 -5px 0 -7px;
}
	
#nav li:hover { margin-top: 0.6em; }
#nav .current:hover { margin-top: 0; }

#nav .current strong { 
	display: block;
	width: 106px;
	background: url(uploads/images/nav-arrow.png) no-repeat 50% 100%;
	padding: 0.9em 0 1em;
	font-weight: bold;
	color: #330;
}

#nav a 	{ 
	display: block;
	width: 100px;
	background: url(uploads/images/nav-tabs.png) no-repeat 0 0;
	padding: 0.6em 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border: none;
}

#nav a:hover { 
	background-position: 100% 0;
	color: #fff;
font-weight: bold;
	padding-bottom: 0.7em;
}

/* End of 'CSSMenu' */

