/*  
Theme Name: Savio
Version: 1.0
Tags: valid CSS, valid XHTML, fixed width, white, blue, green, widgets, two columns, animated, 3d, flash, left sidebar, widget ready, real estate, corporate, business

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php

------------------------------------------------------------------------------- */




#nav {
	position: absolute;

	bottom: 0px;
left:0px;
	margin: 0px;
	padding: 0 10px;
	background: url(img/bg-menu.gif) repeat-x left top;
z-index:2;
	}
	
#nav, #nav ul {

	width:100%;
	list-style: none;
	line-height: 38px;


	}

#nav a {


	text-decoration: none;
	border: none;

	}

#nav a:hover {

background:url(images/menu_separate3.jpg) repeat-x center;
	text-decoration: none;
	border: none;

	}


#nav li {
	float: left;
	list-style: none;
background: url(img/background.gif);
	}

#nav li.separator {
	display: block;
	float: left;
	width:3px;
	height: 38px;
	background:url(images/menu_separate.jpg) no-repeat center;
}



#nav li li.separator {
	display: block;
	float: left;
	width:174px;
height:0px;

background:url(images/menu_separate4.png) no-repeat center;
	}


#nav li:hover{

position:static;
z-index:1;
}



#nav a, #nav a:visited {
	display: block;
	color: #ececec;
text-transform:uppercase;
font-family:  trajan pro, Palatino Linotype,Garamond, Bookman Old Style, Book Antiqua,helvetica,verdana, times new roman, arial;
font-size:12px;
	padding: 0 11px;
	}

#nav a:active {
	display: block;
	color: #fff;
	padding: 0 11px;
background:url(images/menu_separate3.jpg) repeat-x center;
	}



#nav li.current_page_item {
	display: block;
	color: #fff;
background:url(images/menu_separate3.jpg) repeat-x center;
	}

#nav li.current_page_item li {
	display: block;
	color: #fff;
background:url(images/1.jpg) repeat-x center;
	}


#nav li.current_page_ancestor {
	display: block;
	color: #fff;

background:url(images/menu_separate3.jpg) repeat-x center;
	}



#nav li a:active {
	display: block;
	color: #fff;
	padding: 0 11px;

	}




#nav a:hover, #nav a:active, #home .on {
	text-decoration: none;

background:url(images/menu_separate3.jpg) repeat-x center;
	}	
	




	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;

	left: -999em;
	margin: 0 0 0 0 ;
	
	height: auto;
	width: 174px;
	border-top:1px solid #3f412f;
border-bottom:1px solid #3f412f;
background:url(images/menu_separate4.png);
	border-right:1px solid #3f412f;
border-left:1px solid #3f412f;

line-height: 15px;
padding:0px;

z-index:5;
	}



#nav li li {


border-right:1px solid #3f412f;
border-left:1px solid #3f412f;
	width: 172px;


	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
color:#FFF;
padding:6px 0 6px 15px;
	font-weight:normal;
	font-size:0.9em;



text-transform:none;
font-family:veranda, arial;
font-size:11px;
	}

#nav li li a:hover {
background:#28324c;

padding:6px 0 6px 15px;
	font-weight:normal;
	font-size:0.9em;
color:#FFF;

text-transform:none;
font-family:veranda, arial;
font-size:11px;
	}	
		
 #nav li li a:active {
	background:#28324c;
color:#FFF;

	}	

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;

	}

a.main:hover
{	background:none;
	}
