/* Start of CMSMS style sheet 'CW Navigation: ShadowMenu - Horizontal V1' */
/* by Alexander Endresen and mark */
#menu_vert {
	margin: 0;
	padding: 0;height:30px;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here 
	background-color: #243135;*/
/* IE6 Hack */
	height: 1%;
	width: auto;
/* one border at the top */
	border-top: 0px solid #3F565C;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
	list-style-type: none;
	margin: 0px;
	padding-top: 100px;
	padding-left: 1px;
}
#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
/* sets width of second level ul to background image */
	width: auto;
	margin: 0px;
	padding: 0px;
/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* room at top for li so image top shows correct */
	padding-top: 2px;
/* set your image here, tall enough for the ul */
	
}
/* IE6 hacks on the above code */
* html #primary-nav ul {
	padding-top: 3px;
	
}
#primary-nav li {
/* a little space to the left of each top level menu item */
	margin-left: 1px;
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
}
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 8pt;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #000;
/* doing tab menus require a bit different padding, this will give room on right for image to show, adjust to width of your image */
	padding: 0px 11px 0px 0px;
/* makes it hold a shape */
	display: block;
/* remove default "a" underline */
	text-decoration: none;
}
ul#primary-nav li a span {
/* takes normal "a" padding minus some for right image */
	padding: 4px 4px 4px 15px;
/* makes it hold a shape */
	display: block; font-weight: 700
}


ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent; 
}


ul#primary-nav li {
/* set your image here */
	background:  url(uploads/ngrey/navrttest.gif) no-repeat right -51px;
}
ul#primary-nav li span {
/* set your image here */
	background:  url(uploads/ngrey/navlefttest.gif) repeat-x left -51px;
/* set text color here also to insure color */
	color: #000;
/* just to be sure */
	font-weight: normal;
}

ul#primary-nav li li , ul#primary-nav li li span{
/* remove any image set in first level li */
	background:  none;
}



ul#primary-nav li:hover,
ul#primary-nav li.menuh,
ul#primary-nav li.menuparenth {
	background:  url(uploads/ngrey/navrttest.gif) no-repeat right 0px;
}
ul#primary-nav li li hover,
ul#primary-nav li li.menuh,
ul#primary-nav li li.menuparenth,
{
	background:  none;
}

ul#primary-nav li:hover span,
ul#primary-nav li.menuh span,
ul#primary-nav li.menuparenth span {
	background:  url(uploads/ngrey/navlefttest.gif) repeat-x left 0px;

}


ul#primary-nav li li:hover span,
ul#primary-nav li li.menuh span,
ul#primary-nav li li.menuparenth span {
	background:  none;
}




ul#primary-nav li.menuparenth li.menuparenth {
	background:  none;
	font-weight: normal;
}

ul#primary-nav li.menuactive a {
	background:  url(uploads/ngrey/navrttest.gif) no-repeat right 0px; 
}

ul#primary-nav li.menuactive a ul li {
	background:  url(uploads/ngrey/navrttest.gif) no-repeat right 0px; background-color:black;
}


ul#primary-nav li a.menuactive span {
	background:  url(uploads/ngrey/navlefttest.gif) repeat-x left 0px;
	font-weight: bold;
}


ul#primary-nav li.menuactive ul.unli li a{
 padding-bottom:5px; 
background-color:black;
background:  url(uploads/ngrey/div.gif) no-repeat left 2px;
}

ul#primary-nav li.menuactive ul.unli li a span{
background:  none;
}


ul#primary-nav li ul.unli li a{
 padding-bottom:5px; 
background-color:black;
background:  url(uploads/ngrey/div.gif) no-repeat left 2px; font-weight:normal
}

ul#primary-nav li ul.unli li a span{
background: none
}

ul#primary-nav li li a:hover span{
color:#000; font-weight:normal
}

ul#primary-nav li ul{
border-bottom:0px solid #ddd;
}

ul#primary-nav li li a span, ul#primary-nav li li a.menuactive span{
color:#666666; font-weight:normal
}

ul#primary-nav li li a {
font-weight:normal
}


ul#primary-nav li li {
margin-right:-0px;
 font-weight:normal; 
}

ul#primary-nav li li:hover{
background:none;
color:#000000;
}

ul#primary-nav li li a:hover{
color:#000000;
}
/* End of 'CW Navigation: ShadowMenu - Horizontal V1' */

