/******************** MENUS CSS *********************/

/**************** LEFT MENU 1 LEVEL *****************/

#left_menu {
	padding: 4px 2px;
}

#left_menu .menu_title {	
	height: 22px;	
	padding-left:10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;		
	border-left:1px solid #fff;
	border-right:1px solid #fff;	
	color: #fff;
	background: url(img/title_bg.jpg) repeat-x;
}

#left_menu ul {
}

#left_menu ul li {
	display: block;
	padding: 0 6px 0 12px;
}

#left_menu ul li .left_menu_a {
	display: block;
	height: 20px;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	color: #2c3135;		
	background: transparent url(img/left_menus_bg.jpg) repeat;
}

#left_menu ul li .left_menu_a:hover {
	background: transparent url(img/left_menus_bg_hover.jpg) repeat;
}

#left_menu ul li .left_menu_a_active {
	display: block;
	height: 20px;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	color: #2c3135;		
	font-weight: bold;
	background: transparent url(img/left_menus_bg_hover.jpg) repeat;
}

/************* LEFT MENU 2 LEVEL ***************/
.left2_menu_a {
	display: block;
	padding: 4px 0 0 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #343A58;
	text-decoration: none;
	background: url(img/left2_menu_a_bullet.gif) no-repeat 4px 5px;
}

.left2_menu_a:hover {
	color: #fff;
}

.left2_menu_a_active {	
	display: block;
	padding: 4px 0 0 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333; 
	background-color: #e4e9ec;
	background: url(img/left2_menu_a_bullet.gif) no-repeat 4px 5px;
}

/**************** USER MENU *******************/

#user_menu {
	clear: both;
	padding: 4px 2px;	
	padding-bottom: 20px;
	margin-top: 16px;
	overflow: hidden;
}

#user_menu .menu_title {	
	height: 22px;	
	padding-left:10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;		
	border-left:1px solid #fff;
	border-right:1px solid #fff;	
	color: #fff;
	background: url(img/title_bg.jpg) repeat-x;
}

#user_menu ul {
}

#user_menu ul li {
	display: block;
	padding: 0 6px 0 12px;
}

#user_menu ul li .user_menu_a {
	display: block;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	color: #2c3135;		
	background: transparent url(img/left_menus_bg.jpg) repeat;
}

#user_menu ul li .user_menu_a:hover {
	background: transparent url(img/left_menus_bg_hover.jpg) repeat;
}

#user_menu ul li .user_menu_a_active {
	display: block;
	width: 100%;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	color: #2c3135;		
	font-weight: bold;
	background: transparent url(img/left_menus_bg_hover.jpg) repeat;
}


