/*
-------------------------------------------
menus.css Style Sheet
-------------------------------------------
*/



/*<group=MENU GENERAL CSS STYLES>*/


/* Correct Firefox/Mozilla/Safari inability to properly clear a float - see: www.positioniseverything.net/easyclearing.html. Ignores IE6 */
.clearfix:after{
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}



#navbar {
	line-height: normal;
	text-align: left;
	font-family: Tahoma, Verdana, Helvetica, Arial sans serif;
	font-size: 11px;
}

#navbar #current {
	text-decoration: none;
	background: #ffffff;
	color: #005F85;
	font-weight: bold; 
	
}



/* MAIN - MENU 0 */



#navbar ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#navbar li { 
	margin: 0 0 0 0;
	padding: 0px;
	width: 190px;
}

#navbar a
{
	display: block;
	color: #333333;
	text-decoration: none;
	text-indent: 10px;
	background: #EFEFEF;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	padding: 5px 5px 5px 5px;
}

#navbar a:hover
{
	color: #005F85;
	text-decoration: none;
	background: #FFFFFF;
}



/* SUBLEVEL - MENU 1 */



#navbar ul ul li { margin: 0 0 0 0;}

#navbar ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-decoration: none;
	text-indent: 20px;
	background: #EFEFEF;
}

#navbar ul ul a:hover
{
	text-decoration: none;
	color: #005F85;
	background: #FFFFFF;
}



/* SUBLEVEL - MENU 2 */



#navbar ul ul ul li { margin: 0 0 0 0;}

#navbar ul ul ul a
{
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	text-indent: 40px;
	background: #EFEFEF;
}

#navbar ul ul ul a:hover
{
	text-decoration: none;
	background: #FFFFFF;
	color: #005F85;
}



/* SUBLEVEL - MENU 3 */



#navbar ul ul ul ul li { margin: 0 0 0 0;}

#navbar ul ul ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-decoration: none;
	text-indent: 60px;
	background: #EFEFEF;
}

#navbar ul ul ul ul a:hover
{
	color: #005F85;
	text-decoration: none;
	background: #FFFFFF;
}




	
/*</GROUP>*/

