/* Start of CMSMS style sheet 'COTA : ShadowMenu - Horizontal' */
/* by Alexander Endresen and mark */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here */
	background-color: #fff;
/* IE6 Hack */
	height: 55px;
	width: auto;
/* one border at the top */
	margin: 0;
	padding: 0;
}
ul#primary-nav {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}

#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
/* sets width of second level ul to background image */
	width: 100%;
	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 */
display:block; 
float:left;
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */

/* room at top for li so image top shows correct */
	padding-top: 9px;
/* set your image here, tall enough for the ul */
	background: url(uploads/ngrey/ultopup.jpg) no-repeat left top;
}
/* IE6 hacks on the above code */
* html #primary-nav ul {
	padding-top: 13px;
	background: url(uploads/COTA/ultopup.gif) no-repeat left top;
}

#primary-nav li {
/* a little space to the left of each top level menu item */
	margin-left: 10px;
/* 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: 1em;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #fff;
/* 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: 8px 18px 10px 50px;
/* makes it hold a shape */
	display: block;
}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
}
ul#primary-nav li {
/* set your image here */
	background:  url(uploads/COTA/navrttest.jpg) no-repeat right -30px;
}
ul#primary-nav li span {
/* set your image here */
	background:  url(uploads/COTA/navlefttest.jpg) repeat-x left -30px;
/* set text color here also to insure color */
	color: #fff;
/* just to be sure */
	font-weight: normal;
}
ul#primary-nav li li {
/* remove any image set in first level li */
	background:  none;
}
ul#primary-nav li li span {
/* remove any image set in first level li span */
	background:  none;
/* set text color here also to insure color */
	color: #999;
/* just to be sure */
	font-weight: normal;
}
ul#primary-nav li:hover,
ul#primary-nav li.menuh,
ul#primary-nav li.menuparenth {
/* set hover image, right side */
	background:  url(uploads/COTA/navrttest.jpg) no-repeat right 0px;
}
ul#primary-nav li:hover span,
ul#primary-nav li.menuh span,
ul#primary-nav li.menuparenth span {
/* set hover image, left side */
	background:  url(uploads/COTA/navlefttest.jpg) repeat-x left 0px;
/* change text color on hover */
	color: #fff;
	font-weight: normal;
}

/* IE6 hacks */
ul#primary-nav li.menuparenth li.menuparenth {
	background:  none;
	color: #FFF;
	font-weight: normal;
}
ul#primary-nav li.menuactive a {
/* set your image here for active tab right */
	background:  url(uploads/COTA/navrttest.jpg) no-repeat right 0px;
}
ul#primary-nav li a.menuactive span {
/* set your image here for active tab left */
	background:  url(uploads/COTA/navlefttest.jpg) repeat-x left 0px;
/* non active is #FFF/white, we need #fff/black to contrast with light background */
	color: #fff;
/* bold to set it off from non active */
	font-weight: normal;
}
#primary-nav li li a {
/* second level padding, no image and not as big */
letter-spacing:-1px;

/* space between them */
	margin: 5px;
	background: none;
	color: #999;
}
/* IE6 hacks to above code */
* html #primary-nav li li a {
	background:  none;
	margin: 0px;
	color: #999;
letter-spacing:-1px;

}
#primary-nav li li:hover {
	background:  none;
	color: #0082d6;
}
#primary-nav li li a:hover {
	background:  none;
	color: #0082d6;
}
#primary-nav li.menuparent li a:hover span {
	background:  none;
	color: #0082d6;
}
ul#primary-nav li:hover li a span {
	background:  none;
	color: #999;
	font-weight: normal;
}

#primary-nav li.menuactive li a:hover span {
/* black text */
	color: #999;
}
ul#primary-nav li li a.menuactive  span {
/* remove image set in first level */
	background:  none;
	font-weight: bold;
	color: #999;
letter-spacing:-1px;
}
#primary-nav li.menuactive li a {
/* second level active link color */
	color: #999;
	text-decoration: none;
	background: none;
}
#primary-nav li.menuactive li a:hover {
color: #0082d6;

}
#primary-nav li.menuactive li a:hover span {
/* white text to contrast with dark background image on hover */
	color: #0082d6;
}
ul#primary-nav li:hover li a span, ul#primary-nav li.menuparenth li a span {
	padding: 0px;
	background:  none;
}
/* this is a special li type from the menu template, used to hold the bottom image for ul set above */
#primary-nav ul li.separator, #primary-nav .separator:hover {
/* set same as ul */
	width: 210px;
/* height of image */
	height: 9px;
/* negative margin pulls it down to cover ul image */
	margin: 0px 0px -8px;
/* set your image here */

}
/* same as above for next level to insure it shows correct */
#primary-nav ul ul li.separator, #primary-nav ul ul li.separator:hover {
	height: 9px;
	margin: 0px 0px -8px;

}
/* IE6 hacks */
* html #primary-nav ul li.separator {
	height: 2px;

}
/* IE6 hacks */
* html #primary-nav ul li.separatorh {
	margin: 0px 0px -8px;
	height: 2px;

}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}

/* End of 'COTA : ShadowMenu - Horizontal' */

