/*
-------------------------------------------
File: 'Ultima Green 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>*/

#sidebar {
	float: left;
	position: relative;
 	width: 189px;
	background: none;
	/* Top Right Bottom Left */
	/*padding: 0px 0px 5px 15px;*/
	padding: 20px 0px 0px 15px;
	/*z-index: 100;*/
}

#navbar2  {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	background: #C49A4E url(images/globemenu2.jpg) no-repeat left;
}

#navbar {
    text-decoration: none;
	line-height: 13px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	z-index:10;

}

#navbar #current {
	
}

/* 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: #ffffff;
	text-decoration: none;
	text-indent: 16px;
	padding: 5px 0px 5px 10px;
	background:url(images/globemenu1.jpg) no-repeat left;
	
}

#navbar a:hover {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	background: #C49A4E url(images/globemenu2.jpg) 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;
}

#navbar ul ul a:hover
{
	text-decoration: none;
	color: #CC3333;
}



/* 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;
}

#navbar ul ul ul a:hover
{
	text-decoration: none;
	color: #CC3333;
}



/* 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;
}

#navbar ul ul ul ul a:hover
{
	color: #CC3333;
	text-decoration: none;
}




	
/*</GROUP>*/

