/* Start of CMSMS style sheet 'Nav-Home' */
/* by Alexander Endresen and mark and Nuno */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
	height:30px;
	font-size:12px;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here */
/* IE6 Hack */
	height: 1%;
	width: auto;
/* one border at the top */
	margin: 0;
	padding: 0;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
	margin: 0;
	padding: 0;
	height:30px;
	font-size:12px;
}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
}
ul#primary-nav ul ul {
	position:absolute;
	top:350px;
	width:190px;
	clear:left;
	background:#6d8ac8;
	line-height:15px;
	border:1px solid #395693;
	border-bottom:none;
	border-top:none;
	font-size:12px;
	z-index:90;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	padding:0px;
	margin:0px;
	height:30px;
	float:left;
	background:url(images/top-menu-divider.jpg) no-repeat right;
	padding-right:2px;
}
#primary-nav li li {
	float:left;
	background:none;
}
/* set the "a" link look here */
ul#primary-nav li a {
	float:left;
	display:block;
	padding:8px 12px 7px 12px;
	text-decoration:none;
	color:#ebf1fe;
}
ul#primary-nav li a:hover {
	background:url(images/top-menu-hover.jpg) repeat-x;
	color:#fff;
}
ul#primary-nav li li a:hover {
	text-decoration: none;
	background:#284173;
}
ul#primary-nav li a.menuactive {
/* bold to set it off from non active */
	font-weight: bold;
/* set your image here */
}
ul#primary-nav li a.menuactive:hover {
/* keep it the same */
	font-weight: bold;
}
#primary-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
}
ul#primary-nav li ul a {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	display:block;
	float:left;
	width:190px;
	background:#6d8ac8;
}
ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	position:absolute;
	top:350px;
	width:214px;
	clear:left;
	background:#6d8ac8;
	line-height:15px;
	border:1px solid #395693;
	border-bottom:none;
	border-top:none;
	font-size:12px;
	z-index:90;
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
	background:url(images/top-menu-hover.jpg) repeat-x;
	color:#fff;
}
/* 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;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/* End of 'Nav-Home' */

