#main-menu {
	position:absolute;
	right:0px;
	top:75px;
	width:800px;
}

#main-menu ul {
	float:right;
}

/* Menus */

ul.menu {
	padding:0;
}

ul.menu li {
	list-style-type:none;
	list-style-image:none;
	margin:0;
}

ul.menu li a {
	display:block;
	padding:0.5em 0;
}

/* Horizontal */

ul.menu.horizontal {
	clear:both;
	margin:0;
}

ul.menu.horizontal li {
	display:inline;
}

ul.menu.horizontal li a {
	display:inline-block;
	padding:0.5em 1em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	HORIZONTAL DROP DOWN MENU
	use with csshover.htc	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

.dropdown {
	border-top: 0;
	padding:0;
	margin-left: 0px;
	width: 100%;
	z-index: 1;
}
.dropdown ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	top: 0px;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
.dropdown ul li {float: left; color: #454444; text-align: center;line-height: normal;list-style-type: none;}
.dropdown ul li a {display: block; background-color: #fafafa; padding: 10px;color: #454444; text-decoration: none;}
.dropdown ul li.menu-last a {}

/*Using this keeps the top level background on, when hovering on the dropdowns
.dropdown ul li:hover a {color:#fff; background: 000;}
*/

/* Root Level Link Formatting */

/* ROOT LEVEL - HOVER FONT COLOR */ 
.dropdown ul li a:hover,
.dropdown li a:active, .dropdown ul li a.active {color: #CF3E3E;}

/* Current page Customisations*/
.dropdown li.menu-current a		{background: #e5e5e5} 
.dropdown li.menu-current li a		{color: #000;} 
.dropdown li li.menu-current a		{background: #333} 

/* 2nd Child menu */
.dropdown li ul {position: absolute; width: 14.5em; margin: 0;display: none; text-transform: none; font-size: 12px;padding-left: 0px;height: auto;top: 36px;margin-top: 10px;}
.dropdown li ul li {text-align: left;  margin: 0; padding: 0; line-height: 1.2em;}
.dropdown li ul a {width: 11.5em; padding: .8em .1.6em .8em 1.6em; background: #444; color: #fefefe;}

/* 2nd Child link hover */
.dropdown li ul a:hover {background: #CF3E3E; color:#fff;}


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


/* 3rd Child Menu Appreances */
.dropdown li ul ul			{margin-top: 0px;top: 0px;}
.dropdown li ul li ul li a 	{background: #222; color: #fff;}

/* Positioning the Pop-out Drops */
.dropdown li {position: relative;}

.dropdown ul ul {
	left: 0px;
	top: 23px;
}

.dropdown ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
}

.dropdown ul li ul li {
	text-transform: none;
}

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */


