/*
-------------------------------------------
File: 'Ultima Red Left' menus.css Style Sheet
Created: 11, August, 2005
Last Modified: 15, August, 2005
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
All Rights Reserved
©2005 Charlie Lockhart, Blueball Design
All Rights Reserved
-------------------------------------------
*/



/*<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: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}

#navbar #current {
	text-decoration: none;
	background: #FFFFFF;
	color: #D60000;
	font-weight: normal; 
	font-size: 11px;
	background: #FFFFFF url(images/button_red_over.png) no-repeat left;
}




/* MAIN - MENU 0 */



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

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

#navbar a
{
	display: block;
	color: #333333;
	text-decoration: none;
	text-indent: 16px;
	background: #FFFFFF url(images/menubutton.png) no-repeat left;
	padding: 5px 0px 5px 0px;
}

#navbar a:hover {
	color: #D60000;
	text-decoration: none;
	background: #FFFFFF;
	background: #FFFFFF url(images/button_red_over.png) no-repeat left;
}



/* SUBLEVEL - MENU 1 */



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

#navbar ul ul a
{

	display: block;
	padding: 5px 0px 5px 0px;
	color: #333333;
	text-decoration: none;
	text-indent: 26px;
	background: #FFFFFF;
}

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



/* SUBLEVEL - MENU 2 */



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

#navbar ul ul ul a
{
	display: block;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	text-indent: 36px;
	background: #FFFFFF;
}

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



/* SUBLEVEL - MENU 3 */



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

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

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




	
/*</GROUP>*/


