#nav {
	display: block;
	list-style-type: none;
	background:url(images/menu_bg.gif) no-repeat;
	height:222px;
	width:178px;
	text-align:left;
	margin-left:22px;
	padding-top:30px;}
html>body #nav{ height:192px;}

#nav  ul {
    margin: 0;	
    padding:0;	
	list-style-type: none;
	width:100%;
}
#nav ul li {
height:24px;
background:url(images/arrow.gif) no-repeat 10px center;
	}

#nav li a {
   line-height:24px;
	padding-left:35px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;

	}
	
#nav li a:hover {
    color:#FFB8EB;
	padding-left:40px;

		}
	