/* =secondary navigation
---------------------------------------------------*/

div#mainnav .menu {
	background:white;
	width:330px;
	
}

.menu ul {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	
}

.menu ul li a {
	
	font-family: "lucida grande", helvetica, arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration:none;
	color:#333;
	background-color: white;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px dotted #bbb;
}
.menu ul li a:hover 
{
	color:#333;
	border-bottom: 1px dotted #333;
}

/* =primary navigation
---------------------------------------------------*/

div#mainnav
{
    width: 200px;
    float: left;
    margin-top: 20px;
    position: relative;
	background: #fff url(images/nav_bg.jpg) top left no-repeat;
	
	
}

div#mainnav h3
{
    text-align: center;
    border-bottom: 1px dotted #666;
    color: #999;
    margin: 10px 20px 10px 40px;
	padding-bottom: 1em;
    text-transform: uppercase;
    font-family: "Times New Roman";
}

div#navcontainer
{
	background: url(images/sidebara_bg.jpg) top right no-repeat; 
	float: left;
	margin-top: 10px;
	width: 100%;
	height: 280px;	
}

div#nav img{
	margin:0 auto;
}

ul#nav { 
	margin: 10px 0 0 0;
	list-style: none;
	float : left;
	z-index:10;  
}
ul#nav li a 
{
    width: 155px;
	display: block;
	text-decoration:none;
	color:#444;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	margin-left: 30px;
	padding-left: 15px;
	font-family: "lucida grande", helvetica, arial, tahoma, verdana, sans-serif;
 }

ul#nav li a:hover {
	line-height: 26px;
	height: 26px;
	text-decoration:none; 
	background: #fff url(images/menu_on_bg2.jpg) center left no-repeat;
	color:#666666;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
 }