/***************** TOP MNEUS *******************/

#top_menu {
	clear: both;
	height: 59px;	
	border: solid 1px #d8e2e7;
	border-top: none;
	background: url(img/top_menu_bg.gif) repeat-x;
}

/*
#top_menu ul {
	display: block;
	list-style: none;
}
*/

/*
#top_menu ul .top_menu_li {
	display: block;
	float: left;
	height: 59px;	
	background: url(img/top_menu_li_bullet.gif) no-repeat center right;
}

#top_menu ul .top_menu_li_last {
	display: block;
	float: left;
	height: 59px;	
}
*/

.top_menu_div {
	float: left;
	height: 59px;	
	background: url(img/top_menu_li_bullet.gif) no-repeat center right;
}

.top_menu_div_last {
	float: left;
	height: 59px;	
}

#top_menu .top_menu_a {
	display: block;
	float: left;
	height: 39px; 
	padding: 20px 35px 0 35px;
	text-decoration: none;
	color: #033e73;
	font: 14px "Trebuchet MS", Arial, Verdana, Helvetica, san-serif;	
	font-weight: bold;
}

#top_menu .top_menu_a_active, .top_menu_a:hover {	
	display: block;
	float: left;
	height: 39px; 
	padding: 20px 35px 0 35px;
	text-decoration: none;
	color: #033e73;
	font: 14px "Trebuchet MS", Arial, Verdana, Helvetica, san-serif;	
	font-weight: bold;
	background: url(img/top_menu_bullet.gif) no-repeat top center;
}

/************ TOP MNEUS SECOND LEVEL ***********/

.top_menu_2lvl_a {
	border-top: 0 solid #678b3f;
	text-decoration: none;
	color: #3575b2;
}

.top_menu_2lvl_a_active, .top_menu_2lvl_a:hover {
	text-decoration: none;
	background-color: #ecf5ff;
	color: #f99328;
}

/************ LEFT MENUS ***********/

#left_menu {
	clear: both; 
	padding: 75px 0 0 12px;
	background: url(img/left_menu_pic.jpg) no-repeat top center;
}

.left_menu_a {
	display: block;
	padding: 4px 0;
	text-decoration: none;
	font: 12px Arial, Verdana, Helvetica, san-serif;	
	color: #818181;
}

.left_menu_a_active {
	display: block;
	padding: 4px 0;
	text-decoration: none;
	font: 12px Arial, Verdana, Helvetica, san-serif;
	color: #353535;	
}

.left_menu_a:hover {
	display: block;
	padding: 4px 0;
	text-decoration: none;
	font: 12px Arial, Verdana, Helvetica, san-serif;	
	color: #353535;	
}