/* ==== TOP MENU === */
.menu_top{
	position: absolute;
	z-index: 1002;
	top: -30px;
	left: 180px;
	margin:0 0 0 20px;
	padding:0px;
	border: 0px solid white;
	/*height:30px;*/
	width:600px;
}




.menu_top a,.menu_top a:visited{
	border:0px solid red;
	text-decoration:none;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color:gray;
	font-size: 15px;
	margin:0px;
	padding:0px;
  }

.menu_top a:hover {
	background: transparent url(../img/mbg.jpg) repeat-x top left;
        color:#8DCD00;
	font-size: 15px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

.menu_top .menu_link, .menu_top .menu_parent{
	border:0px solid lime;
	float:left;
	margin:0 5 0 10px; 
	padding: 0px;

}

.menu_top .menu_childs{

	border:none;
	margin:0 0 0 10px; 
	padding:0 0 0 0px;
	background: none;
}

.menu_top .menu_childs a{
	border:0px solid red;
	padding:0 0 0 10px;
	margin:0px;
	font-size: 15px;
}

/* ==== LEFT MENU === */
.menu_left
{ 
    border:none;
    margin:0 0 10 10px;
    padding:0 0 10 0px;
    float: left;
    background: transparent url(../img/sbcbg.png) repeat;
    border-bottom: 2px solid silver;
    width: 180px;
}

.menu_left .menu_link, .menu_left .menu_parent{
	float: left;
	border:none;
	border-bottom:1px dotted #ffffff;
	width: 170px;
	height:20px;
	margin: 10 0 0 10px;
	padding: 0 0 0 0px;
	background: none;
}

.menu_left a{
	border:0px solid white;
	display:inline;
	font-size: 15px;
	margin:0px;
	padding:0 0 0 10px;
	height:20px;
	background: transparent url(../img/arrow.png) no-repeat left center;
	color: #ffffff;
  }

.menu_left a:hover {
	background: transparent url(../img/arrow_select.png) no-repeat left center;
	color:#ffffff;
	text-decoration: none;
}

.menu_left .menu_childs{
}

.menu_left .menu_childs .menu_link{
	width: 160px;
	margin:10 0 0 20px; 
}

.menu_left .menu_childs a{
	color: #ffffff
}

/* ==== INFO MENU === */
.menu_info
{ 
    border:none;
    margin:0 0 10 10px;
    padding:0 0 10 0px;
    float: left;
    background: transparent url(../img/sbcbg.png) repeat;
    border-bottom: 2px solid silver;
    width: 180px;
}

.menu_info .menu_link, .menu_info .menu_parent{
	float: left;
	border:none;
	border-bottom:1px dotted #ffffff;
	width: 170px;
	height:20px;
	margin: 10 0 0 10px;
	padding: 0 0 0 0px;
	background: none;
}

.menu_info a{
	border:0px solid white;
	display:inline;
	font-size: 15px;
	margin:0px;
	padding:0 0 0 10px;
	height:20px;
	background: transparent url(../img/arrow.png) no-repeat left center;
	color: #ffffff;
  }

.menu_info a:hover {
	background: transparent url(../img/arrow_select.png) no-repeat left center;
	color:#ffffff;
	text-decoration: none;
}

.menu_info .menu_childs{
}

.menu_info .menu_childs .menu_link{
	width: 160px;
	margin:10 0 0 20px; 
}

.menu_info .menu_childs a{
	color: #ffffff
}

/* ==== BOTTOM MENU === */
#menu_bottom{
	border: 0px solid lime;
	height:20px;
	padding:0px 10px 0px 10px;
	margin: 0px;
	color:#cccccc;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight:bold;
	font-size: 11px;
	text-align:left;
}


/* === GLOBAL === */
.sidebar .header
{
	display:inline;
	margin:0 0 0 10px;
	padding:0px;
	height:28px;
	background: transparent url(../img/sbhbg.jpg) repeat;
	border-bottom: 2px solid silver;
}

.menu_item:link, .menu_item:visited{
	text-decoration:none;
	color:gray;
}

.menu_item:hover{
	text-decoration:underline;
	color:gray;
}