/*
Design:   Tradebit Hills               				
Author:   Tradebit                                   
Date:     May 14, 2010                                  
Homepage: http://www.tradebit.com/filesharing.php/7009-Development-Templates-Flash                             
License:  Fully open source without restrictions.          
Please keep footer credits with a link to tradebit (www.tradebit.com/filesharing.php/7009-Development-Templates-Flash). 
Thank you!         
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */



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

/* Header menu */	 
#header_menu {
	position: absolute;
	margin-left: 0px;
}

#header_menu li {
	line-height: normal;
}

ul#header_menu {
	z-index: 23; 
	clear: both;
}

#nav {
	height: 24px;
	background-color: #A6052F;
	
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 98%;
	position: relative; /* Fix the Stupid IE6 Bug */
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul li {
	float: left;
	color: #FFF;
	text-align: center;
}

#nav ul li a {
	display: block;
	border-right: 1px solid #DB063C;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 16px;
	padding-right: 16px;
	line-height: 24px;
}



#nav li.menu-parent a  {
	color: #FFF;
	background-color: #DB063C;
}


/* Root Level Link Formatting */

#nav ul li a:hover, #nav li a:focus {
	color: #FFF;
	background-color: #DB063C;
}

#nav li a:active, #nav ul li a.active {
	color: #FFF;
	background-color: #DB063C;
}

/* Current page Customisations*/

#nav li.menu-current a  {
	color: #FFF;
	background-color: #DB063C;
	
}

#nav li.menu-current a {
	font-weight: bold;
} 

/* 2nd Child menu */

#nav .menu li ul {
	position: absolute;
	width: 12em;
	margin: 0;
	display: none;
	text-transform: none;
	border: 1px solid;
	font-size: 100%;
	margin-left:10px;
	line-height: 5px;
	border-color: #DB063C;	
	}

#nav .menu li ul li {
	width: 8em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0;
	padding: 0; 
line-height: 5px;	
}

#nav .menu li ul a {
	width: 11.5em;
	padding: 0 .1em 0 .4em;
	color: #FFF;
	border: 1px solid;
	font-weight: normal;
	background-color: #A6052F;
	border-color: #DB063C;
}

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

/* 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: 0 .1em 0 .4em;
	background: #E8EFCD; 
	color: #A6052F; 
}

#nav .menu li ul li ul li a:hover {

	background: #A6052F; 
	color: #E8EFCD; 
}

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

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

/* end menu */



	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {
	visibility:hidden; 
	display:none; /* hides from normal css enabled browsers */
} 

/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code		{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}
.info-box	{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}
