/* Start of CMSMS style sheet 'Navigation' */
/* HORIZONTAL CSS ///////////////////////////////////////////////////////////////////////// */
.dropdown li ul
{
	width: 200px !important;
	background-color: #4c0000 !important;
}
.dropdown li ul li
{
	clear:both !important;
	float:left !important;
}
#menu {
clear: both;
width: 750px;
border-top: 1px solid #000;
margin: 0 auto;
background: #000 url("../images/background/bg-nav.jpg") repeat-x center;
}

/* The wrapper clears the floating elements of the menu */
/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper { 
max-height: 45px;
font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
font-size: 16px;	
font-weight: normal;
position: relative;
margin: 0 auto;
z-index:999;
height: 45px;
width: 670px;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
/*#primary-nav li li { 
width: 180px;
}*/

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
list-style: none; 
margin: 0px;
padding: 0px; 
padding-top:2px;
float: left;
}
#primary-nav ul { 
position: absolute;
top: auto; 
/*display: none; */
}
/*
#primary-nav ul ul { 
margin-top: 1px;
margin-left: -1px;
left: 100%; 
top: 0px;  
}*/

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

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
display: block; 
margin: 0px;
padding: 10px 12px;
text-decoration: none; 
}
#primary-nav li a { 
color: #f0f0f0;
}
#primary-nav li a:hover { 
text-decoration: underline;
color: #f0f0f0;
}

#primary-nav ul { 
padding: 7px;
padding-top: 0px;
margin-left: -1px;
/*background: url("../images/menu/hover-background.png");*/
}
	
#primary-nav li li a { 
padding: 4px 5px;
margin-top: 1px;
color: #f0f0f0;
text-align:left;
font-size: 13px;
font-weight: bold;
}	
	
/*#primary-nav li ul a:hover { 
text-decoration: none;
}		
#primary-nav li li a:hover { 
color: #f0f0f0;
text-decoration: underline;
}		
#primary-nav li li a.menuparent:hover { 
color: #f0f0f0;
text-decoration: underline;
}	
#primary-nav li, #primary-nav li.menuparent {
color: #f0f0f0;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

/*#primary-nav li.menuactive { 
color: #f0f0f0;
}




#primary-nav a.menuparent {
color: #f0f0f0;
}
#primary-nav li.menuparent a.menuparent {
color: #f0f0f0;
}
#primary-nav li.menuparent a.menuparent:hover {
color: #f0f0f0;
}




#primary-nav li li a.menuparent {
color: #f0f0f0;
}
#primary-nav li li.menuparent a.menuparent {
color: #f0f0f0;
}
#primary-nav  li li.menuparent a.menuparent:hover {
color: #f0f0f0;
}


#primary-nav li.menuactive a { 
color: #f0f0f0;
}
#primary-nav li.menuactive a.menuactive  { 
color: #f0f0f0;
}
#primary-nav li.menuactive a.menuactive:hover  { 
color: #f0f0f0;
}
#primary-nav li.menuactive li a.menuactive  { 
color: #f0f0f0;
text-decoration: none;
}
#primary-nav li.menuactive li a.menuactive:hover  { 
text-decoration: underline;
color: #f0f0f0;
}



/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
/*#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
/*background-image: url(images/cms/arrow.gif); 
background-position: center right; 
background-repeat: no-repeat; 
}

/* Styling the apperance of menu items on hover */
/*#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
/*background: #fff url("images/nav.jpg") top repeat-x;*/
}

/*#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; */
}

/*#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; 
}

/* IE Hacks */
/*#primary-nav li li { 
float: left; 
clear: both; 
}
#primary-nav li li a { 
height: 1%; 
}

#primary-nav li#pre { 
background: #fff url("images/nav.jpg") top repeat-x;
border-right: 1px solid #336799;
display: block; 
margin: 0px;
padding: 12px 0px;
padding-left:0px;  
padding-bottom:13px; 
text-decoration: none; 
}	

/* NEW MENU VERTICAL /////////////////////////////////////////////////////////////////////////// */
/*
#menu_vert {
margin-top: 0px;
text-align: left;
font-family:'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
/*border-bottom: 3px solid #006633;*/
/*}
#menu_vert ul {
padding: 0;
margin: 0;
}
#menu_vert ul ul {
background: #ca5105 url(../images/menu/bg-orange.png) repeat-x top;
}
#menu_vert li {
list-style: none;
border-bottom: 1px solid #333;
margin: 0;
display: block;
}
#menu_vert ul ul li {
border: none;
}

	/** fix stupid ie bug with display:block; **/
	/** html #menu_vert li a { height: 1%; } 
	* html #menu_vert li hr { height: 1%; }
	/** end fix **/

	
/* first level links */
/*div#menu_vert a {
text-decoration:none;
display: block;
font-weight: bold;
padding: 4px 0.5em 4px 10px;
color: #fdfdfd;
min-height:1em;
}

	/* second level */
	/*div#menu_vert ul ul a {
	padding: 0.5em 0.5em 0.5em 15px;
	color: #f0f0f0;
	background: url(uploads/Clean_Orange/menu_arrows2.gif) no-repeat 7px 11px;
	font-weight: normal;
	}
		/* third level */
		/*div#menu_vert ul ul ul a {
		padding: 0.5em 0.5em 0.5em 15px;
		font-weight: normal;
		color: #f0f0f0;
		}

	
/* first level links */
/*div#menu_vert a:hover {
color: #fff;
}

	/* second level */
	/*div#menu_vert ul ul a:hover {
	background: url(../images/menu/menuArrow.png) no-repeat 0px 50%;
	color: #f0f0f0;
	}
		/* third level */
		/*div#menu_vert ul ul ul a:hover {
		background-color: #ffdcc5;
		background-image: none;
		color: #f0f0f0;
		text-decoration: underline;
		}

		
/* active parent */
/*div#menu_vert a.activeparent, div#menu_vert a.activeparent:hover {
font-weight: bold;
color: #945454;
}
	div#menu_vert ul ul a.activeparent {
	color: #f0f0f0;
	}
		div#menu_vert ul ul ul a.activeparent {
		background-image: none;
		color: #f0f0f0;
		text-decoration: underline;
		}

			
/* section header */
/*div#menu_vert li.sectionheader {
border-right: none;
font-weight: bold;
padding: 10px 0.5em 10px 10px;
background-color: #444;
color: #f0f0f0;
line-height: 1em; 
margin: 0;
text-align:left;
}

/* separator */
/*div#menu_vert li.separator {
height: 1px !important;
margin-top: -1px;
margin-bottom: 0;
border: 0px;
padding: 7px;
overflow:hidden !important;
line-height:1px !important;
font-size:1px; /* for ie */
/*}

/*div#menu_vert li.separator hr {
display: none;
}

/* HEADERLINKS ///////////////////////////////////////////////////////////////////////// */

/*#headerLinks {
text-decoration : none; 
font-size:11px;
float:right;
text-align: right;
margin-top: 30px;
color: #333;
} 
#headerLinks a {
text-decoration : none; 
color: #1d4f94;
font-weight: bold;
} 
#headerLinks a:hover {
text-decoration : underline; 
color: #5589bb;
}

#headerLinks h1 {
Font-size: 14px;
color: #555;
margin-bottom: 5px;
}

/* BREADCRUMB ///////////////////////////////////////////////////////////////////////// */

/*.breadcrumbs {
font-family : verdana, arial, geneva, sans-serif; 
font-size : 10px; 
font-weight : normal;
text-align: left;
color : #000; 
padding: 10px 0px;
clear: both;
} 
.breadcrumbs a {
text-decoration : underline; 
padding: 0px 2px;
color : #1d4f94; 
} 
.breadcrumbs a:hover {
text-decoration : none; 
color: #5589bb;
}
/* End of 'Navigation' */

