@charset "utf-8";











#navContainer {width: auto;display:block;clear:both;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav ul {
	list-style-type: none; 
	padding: 0; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block;color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: #4b4c4d;}
#nav li a:active, #nav ul li a.active {color: #4b4c4d;}

/* Current page Customisations*/
#nav li.menu-current a		{ color: #fff; border-bottom: 1px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 130px; margin: 0; display: none; text-transform: none; border: 1px solid #a42c7e; border-top: 4px solid #a42c7e; font-size: 100%;}
#nav .menu li ul li {width: 130px; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {	height: 20px;width: 124px; padding: 5px 1px 1px 5px; background: #222; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff; background: #333;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#nav {
	height: 44px;
	background: url(../images/bg_nav.png) no-repeat;
	}
* html #nav {background: url(../images/bg_nav.jpg) no-repeat;}

#nav ul {margin-left: 36px;}
	
#nav li {
	float: left;
	list-style: none;
	}
	
#nav li a {
	display: block;
	height: 40px;
	}
	
#nav li a em {display: none;}
#nav li li a em {display: block;font-style:normal;}
	
#nav li a.m1 {width: 74px; background: url(../images/m1.gif) no-repeat;}
#nav li a.m2 {width: 103px; background: url(../images/m2.gif) no-repeat;}
#nav li a.m3 {width: 154px; background: url(../images/m3.gif) no-repeat;}
#nav li a.m4 {width: 78px; background: url(../images/m4.gif) no-repeat;}
#nav li a.m5 {width: 162px; background: url(../images/m5.gif) no-repeat;}
#nav li a.m6 {width: 105px; background: url(../images/m6.gif) no-repeat;}
#nav li a.m7 {width: 85px; background: url(../images/m7.gif) no-repeat;}

#nav li a:hover, #nav li a.menu-current { background-position: bottom }
