﻿body 
{
	font-family:Tahoma Arial Verdana;
	font-size:12px;
}
#menu {
	margin: 0; /* all lists */
	float: left;
}

#menu ul {
	margin: 0; /* all lists */
	padding: 0;
	line-height:1em;
}
#menu li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	cursor: pointer;
	line-height:1em;
}

/* level 2 */
#menu li ul {
	width: 13em;
	position: absolute; 
	z-index: 99;
	left: -999em; 
	height: auto;
		
}

/* level 3, where to start  */
#menu li ul ul {
	margin: -1.3em 0 0 13em; 
}
/* width of submenu item*/
#menu li li {
	padding: 0 0 0 0;
	margin: 0;
		width: 200px;
		display:block;
	
}

#menu ul a {
	width: 13em;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul,
#menu li.sfhover ul ul, 
#menu li.level1sfhover ul ul, 
#menu li.level1-activesfhover ul ul,
#menu li.sfhover ul ul ul, 
#menu li.level1sfhover ul ul ul, 
#menu li.level1-activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul,
#menu li.sfhover ul, 
#menu li.level1sfhover ul, 
#menu li.level1-activesfhover ul,
#menu li li.sfhover ul, 
#menu li li.levelhavechildsfhover ul, 
#menu li li.levelhavechild-activesfhover ul,
#menu li li li.sfhover ul, 
#menu li li li.levelhavechildsfhover ul, 
#menu li li li.levelhavechild-activesfhover ul {
	left: auto;
	top:auto;
}

#menu li:hover,
#menu li:hover ul, 
 {
	left: auto;
top:230px;
}


/******************************** Main Menu Items ******************/

/* Main Items Font */
#menu li a 
{
    font-family:  Arial, Verdana, Tahoma ;
	font-size: 14px;
	font-weight:200;
	color:#ffffff;

	margin: 0;
	padding: 10px 10px 10px;
	display: block;	
	text-decoration: none;
}

/* Main Items Font (Selected) */
#menu li a:hover 
{ 
	font-family:  Arial, Verdana, Tahoma ;
	font-size: 14px;
	font-weight:200;
	color: #eaeaea;
	
	margin: 0;
	padding: 10px 10px 10px;
	display: block;	
	text-decoration: none;
}

/* Main Items Font (Active) [NOT WORKING] */
#menu li a.active {}

/* UNKNOWN [NOT WORKING] */
#menu li a.active:hover,
#menu li a.active:active,
#menu li a.active:focus 
{}

/* Main Items Font (Active)(Selected)[NOT WORKING] */
#menu li li a.active 
{}



/* Main Items Background */
#menu li.level1
{
	background-image:url(MenuBG.gif);
	height:32px;
	border-right: 0px solid #e1e8e5;
	border-bottom: 0px solid #e1e8e5;
	
	
	
}

/* Container BG */
.menu_Background
{
    background-image:url(MenuBG.gif);
	border-right: 0px solid #e1e8e5;
	border-bottom: 0px solid #e1e8e5;
	
}

/* Main Items Background (Active)[NOT WORKING] */
#menu li.level1-active 
{}
    

 /* Main Items Background (Selected) */
#menu li:hover,#menu li.sfhover,#menu li.level1sfhover,#menu li.level1-activesfhover
{
	
	
}   



/**************************** Sub Items *****************************/



/* Sub Items Font */
#menu li ul a 
{
    	 font-style: normal;
    	 Color: #5aafc0;
    	 font-family: Verdana, Tahoma, Arial;
    	 font-size: 11px;
    	 
	border-right: none;
	padding: 2px 10px;	
	border-top: none;
	background: none;
	font-weight: normal;
	text-transform: none;
	font-weight:bold;
	line-height:15px;
}
/* Sub Items Font (Selected) */ 
#menu li ul a:hover,
#menu li ul a:active,
#menu li ul a:focus 
{    
		 font-style: normal;
    	 Color: #5aafc0;
    	 font-family: Verdana, Tahoma, Arial;
    	 font-size: 11px;
    	 
	border-right: none;
	padding: 2px 10px;	
	border-top: none;
	background: none;
	font-weight: normal;
	text-transform: none;
	font-weight:bold;
	line-height:15px;
}

/* Sub Menu Background */
#menu li ul {background-color:#FFFFFF;}

/* Sub Items Which Have Childs Background */
#menu li.levelhavechild{background-color:#FFFFFF;border-bottom: 1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;}

#menu li ul li {background-color:#FFFFFF;border-bottom: 1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;}

/* Sub Items Which Have Childs Background (Active) */
#menu li.levelhavechild-active 
{
    
	
}

/* Sub Items Background */
#menu ul li:hover, 
#menu ul ul li:hover, 
#menu ul li.sfhover, 
#menu ul ul li.sfhover
{
	
	background: #eaeaea;/*#e0ffff!important;*/
}

#menu li.levelhavechild:hover {
	background:#eaeaea;
}



    
.LeftSeparator
{
    background-image:url(LeftSelected.gif);
    width:8px;
    height:34px;
    }

.MiddleMenuBG
{
    background-image:url(Middle.gif); 
    height:34px;
    color:#008e93;
    background-repeat:repeat-x;
    background-position:bottom;
    }

.RightSeparator
{background-image:url(RightSelected.gif);
    width:8px;
    height:34px;
    }