
#menu{
font-family: verdana, arial, sans-serif, Tahoma;
font-size: 16px;
font-weight: bold;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

#menu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; 
background:url(../images/menu_bg.gif) center center repeat-x;
}

#menu ul li{
display: inline;

}

#menu ul li a{
float: left;
color: white; /*text color*/
padding: 11px 42px;
text-decoration: none;
background: url('../images/menu_boder_bg.jpg') no-repeat right;
}

#menu ul li a:visited{
color: white;
}

#menu ul li a:active, #menu ul li a:hover{
color: white !important; 
padding: 11px 42px;
background: url(../images/menu_bg_ho.gif) center repeat-x;
}
/*menu_Last*/

#menu ul li span a{
	list-style-type: none;
float: left;
color: white;
padding: 11px 32px;
text-decoration: none;
background:url(../images/menu_bg.gif) center repeat-x;
}

#menu ul li span a:visited{
color: white;
}

#menu ul li span a:active, #menu ul li span a:hover{
color: white !important; 
padding: 11px 32px;
background:url(../images/menu_bg_ho.gif) center repeat-x;
} 

/* End last menu */

#left_menu{
	width:253PX;
	vertical-align: top;
	text-align: left;
}
#left_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left_menu li{
	padding: 0;
	line-height: 24px;
	padding-left: 13px;
	}
#left_menu li a
{
	background: url('../images/bullet.gif') no-repeat left;
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 23px;
	color: #01334a;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
}
#left_menu li a:link, #left_menu li a:visited, #left_menu li a:active{
	text-decoration: none;
	color: #01334a;
}
#left_menu li a:hover{
	background: url('../images/bullet_ho.gif') no-repeat left;
	color: #fff;
}
/*.left_menu_bg{
	background: #96a8b2 url('../images/left_menu_bg.jpg') no-repeat left top;
	height: 288px;
}
*/
.left_menu_bottom {
/*	background: #96a8b2 url('../images/menu_boder_bg_bottom.jpg') no-repeat left bottom;*/
	width: 253px;
}
.left_menu_bg{
	background: #91a4ae url('../images/left_menu_bg.jpg') no-repeat left top;
	height: 288px;
}
.left_bottom_strech{
background-color:#91a4ae;
}
