/* Created by Paragon Media Services
---------------------------------------------------- */ 


/* DON'T CHANGE THESE MARGIN AND PADDING RESETS
---------------------------------------------------- */ 
 div.nav * {
	margin:0;
	padding:0;
 }


/* SET YOUR PREFERENCES In This Area ONLY!
--------------------------------------------------------------------------------------------------------------------------------- */


/*  Navigation Holders  - Main 
---------------------------------------------------- */	

.main-nav-holder {
	height:44px;
	position:relative;
	margin:0px 0px;
	text-align:center;
	float:left;
}
.main-nav-item a {
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:44px;
	text-align:center;
	float:left;
	text-decoration:none;
	padding:0px 43px;
	border:2px solid #2b2b2b;
	margin-right:1px;
}
.main-nav-item a:hover {
	text-decoration:none;
	color:#c0d629;
	background-image:url(../images/navMO.jpg);
	background-repeat:repeat-x;
	border:2px solid #56514d;
	float:left;
}
.nav-divider {
	height:44px;
	float:left;
}

div.nav {
	behavior:url(../js/csshover.htc);	/* you must link to the hover.htc file for this menu to work in IE6 and earlier */
	/* need a copy? go to http://www.xs4all.nl/~peterned/htc/csshover.htc - copy the code into a text file and save it as csshover.htc */
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;   	/* font family for menu */
	font-size:11px;
	margin-top: 1px;
	margin-bottom: 0px;
 }


/* (SUB) Items
---------------------------------------------------- */	
div.nav ul a	
	{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border-width:0px;
	border-style:none;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	}


/* Titles
---------------------------------------------------- */	
div.nav .mtitle	
	{
	margin:2px 5px 5px 2px;
	color:#FFED4B;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}


/* Horizontal Dividers
---------------------------------------------------- */	
div.nav .mdividerx	
	{
	border-top-width:2px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	}
div.nav ul {
	display:inline;
 	}
div.nav li {
	top: -1px;
 }                					
div.nav li:hover {
	background-color: #C86000;
 }
 div.nav a {
	color:#E87000;                  /* sets the color of all menu type */
	padding:.2em 5px;           	/*creates space top/bottom and left/right respectively around each menu item's text - set vert height in ems */
}
 div.nav a:hover {
	color: #FFF;
 }
div.nav ul li ul {
	width:auto;   					/* sets the width of menu levels 2 - 4 */
 }
div.nav li li {
	background-color:#ED6E03; 		/* lines between menu choices - set to 0px if not wanted */
	font-size:1em;  				/* set relative size of sub menu items */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F28300;
 }
div.nav ul li ul li ul  {
	top:-1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #300;
 } 
div.nav li li li {
	background-color:#203F1E;       /* background color of the level 3 menu */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #663;
 }
div.nav li li li:hover {
	background-color: #448740;
 }
div.nav li li li li {
	background-color:#9F6422;      	/* background color of the level 4 menu */
 }



/* Transparency on MENUS --------------------------- 
(add the class 'transparent' to the nav div / note: 
 the lower the value, the greater the transparency) 
---------------------------------------------------- */
div.nav.transparent ul ul li {
  opacity:0.9; 						/* CSS3 - range 0 to 1 */     
  -moz-opacity:0.9; 				/* Firefox- range 0 to 1  */
  filter:alpha(opacity=90);  		/* IE- range 0 to 100  */
  }
 
 

/* ADDITIONAL PREFS FOR VERTICAL MENU 
(THERE IS NO NEED TO TOUCH THESE IF LEVEL 1 IS HORIZONTAL) 
-----------------------------------------------------*/
div.nav.vertical ul {
 }
div.nav.vertical li {
 }
div.nav.vertical ul ul  {
	top:-1px;           				/* set to negative value of border-top for perfect pop-out alignment - set to 0 if border is 0 - don't remove!*/
 }
 

  
/*  Vertical Navigation (V2)
---------------------------------------------------- */	

#leftNav {
	width:210px;
	height:100%;
	position:relative;
	float:left;
	margin-top: 20px;
} 
#leftNav ul.links{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:12px Arial, Helvetica, sans-serif;
	line-height:165%;
	width:210px;
	list-style-image:none;
	line-height:normal;
}
#leftNav ul.links li{
	padding:0;
	list-style-image:none;
	line-height:150%;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}
#leftNav ul.links li a{
	display:block;
	text-decoration:none;
	color:#4F402D;
	list-style-image:none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin: 0px;
}
#leftNav ul.links li a:hover{
	color:#FDB930;
	background-color: #675A4A;
}
#leftNav ul.links li a.current,ul.vert-one li a.current:hover{
	background:#ececec;
	color:#FDB930;
}


/* END MENU PREFERENCES
---------------------------------------------------- */




/* YOU ARE STONGLY ADVISED NOT TO MODIFY THE CODE THAT FOLLOWS  
---------------------------------------------------------------------------------------- */


/* the menu mechanics start here 
---------------------------------------------------- */
div.nav {
	float:left;
	width: 100%;
	padding-left: 0px;
}
div.nav ul {
 float:left; 						/* makes ul wrap li */
font-size:1em; 						/* prevents inheritence from main text style sheet */
}
div.nav li {
	position:relative; 				/* positioning context for the absolutely positioned drop-down */
	float: left;
	list-style-type: none;
	width: auto;
	margin: 0px;
	padding: 0px;
 }
div.nav a {
 display:block; 					/* makes link fill li so entire area is "hot" */
 text-decoration:none;  			/* removes the underlining from the links */
 }



/* the drop-downs starts here 
---------------------------------------------------- */
div.nav ul li ul { 
 position:absolute;       			/* positions the drop-down ul in relation to its relatively positioned li parent */
 border:0;         					/* stops inheritance from level 1 ul */
 margin-left:0px;       			/* stops inheritance from level 1 ul */
}
div.nav ul li ul li {
 width:100%;
 padding:0; 						/* stops inheritance */
 border-left:0; 					/* stops inheritance */
 border-right:0; 					/* stops inheritance */
 }
div.nav ul li ul {display:none;} 	/* conceals the drop-down when menu not hovered */
div.nav ul li:hover ul {display:block; } 					/* shows the drop-down when the menu is hovered */


/* pop-outs starts here 
---------------------------------------------------- */
body div.nav ul li ul li ul  {
 position:absolute; 				/* associated menu with parent li positioning context */
 visibility:hidden; 				/* ensures that level 3 menu is not reveal when level 2 is reveled */
 left:100%;
 top:0px;
 }
div.nav ul li ul li:hover ul {visibility:visible;} 			/* shows level 3 menu when associated level 2 li is hovered */


/* second and third level popouts here
---------------------------------------------------- */
div.nav ul li ul li:hover ul li ul {visibility:hidden;} 	/* ensures that level 4 is not reveal when level 3 is reveled */
div.nav ul li ul li ul li:hover ul {visibility:visible;}  	/* shows level 4 menu when associated level 3 li is hovered */


/* extra styles for the vertical menu  start here
-----------------------------------------------------*/
div.nav.vertical ul {
 border-left:0px; 					/* removes the border of the level 1 ul that can be used in the horizontal menu */
 margin-left:0;         			/* removes left margin that is available on horizontal menu */
 }
.vertical ul { 						/* took off the id so the ul ul width setting in prefs was more specific */
 width:100%; 
}
div.nav.vertical li {
 position:relative; 				/* positioning context for the level 2 menu */
 width:100%;         				/* set width of level 1 menu - MUST match left value in ul ul selector below */
 clear:left; 						/* makes the main menu stack - note: turning off floating (alternative way to create stacking) causes spacing problems in IE */
 border-right:0; 					/* removes right borders from horiz level 1 */
}
div.nav.vertical ul ul  {
 position:absolute; 				/* make ul position relative to parent li for all menu levels */
 left:100%;         				/* align level 2 with level 1 - MUST match li width in selector above */
}


/* V levels 2 -4 width 
-----------------------------------------------------*/
div.nav.vertical li li {
}
div#nav.vertical ul ul ul {
 left:100%;          				/* align level 2 with level 3 and 3 with 4 - MUST match li width in selector above */
 }


/* END MENU MECHANICS 
 ----------------------------------------------------------------------------------------------------------------------------------------------- */




/* inevitable hacks for IE6  and < 
---------------------------------------------------- */
* html div.nav {
 z-index:1; 						/* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
 }									/* see http://www.last-child.com/conflicting-z-index-in-ie6/ */
* html div.nav ul li ul {
  z-index:400; 						/*ensures menu is on top of other page elements */
 }
* html div.nav a {
									/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE : ( */
} 
* html div.nav.vertical a {
									/* now hasLayout in IE - works on the vert menu as container has width */
 zoom:100%;
 } 
 * html div.nav ul ul a { 			/* second level of horiz menu */
 zoom:100%;  						/* now IE 'haslayout" - IE now makes background hot in horizontal menus */
 } 
 								 	/* info on haslayout: 
  										http://www.sitepoint.com/forums/showpost.php?p=2041209&postcount=24
  										http://onhavinglayout.fwpf-webdesign.de/hack_management/  */
										
 * html div.nav ul ul li a { 		/* fix for for background roll on drops in IE - otherwise only text is hot */
 									/* height:1%; */ /* makes entire background hot in IE */
}

