/* by Alexander Endresen and mark and Nuno */
#menu_vert { margin: 0; padding: 0;}
.clearb { clear: both;}
#menuwrapper { height: 1%; width: 100%; border-top: 0px solid #3F565C; margin: 0; padding: 0;}
ul#primary-nav, ul#primary-nav ul { list-style-type: none; margin: 0; padding: 0;}
ul#primary-nav { padding: 0px;}
ul#primary-nav ul { position: absolute; top: auto; display: none; border-top: 0px solid #C8D3D7;}
ul#primary-nav ul ul {margin-top: 1px; margin-left: -1px; left: 100%; top: 0px;}
ul#primary-nav li { float: left; margin: 0px; padding: 0 17px 0px 17px;}

#primary-nav li li {width: 220px; margin-left: 0px; margin-top: -1px; float: none; position: relative;}

ul#primary-nav li a { color:#232323; text-decoration:none; font-size:15px; padding-bottom:3px;
font-weight: normal; display: block; text-decoration: none;}
ul#primary-nav li a:hover { background-color: transparent;}
ul#primary-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */
color:#fccb2b; text-decoration:none;
}
ul#primary-nav li a.menuactive {
color:#FF7E00; text-decoration:none;
}
ul#primary-nav li a.menuactive:hover {
	color: #232323;
/* keep it the same */
	font-weight: normal;
}
#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 {
font-size:12px;
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #F3F5F5;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;
/*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: 0.95;
/* CSS 3 */
}
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 {
/* set your image here, dark grey image */
	color: #000
}
/* 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%;
}