@charset "utf-8";
/* CSS Document */
#left_index {
	float:left;
	width:220px;
	margin-left:15px;
}
#left_index a {text-decoration: none; color:#333;}
#left_index a:hover {text-decoration: none; color:#09C;}

#arrowlistmenu .menuheader{ 
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px;
	padding: 4px 10px 4px 10px;
	background-image: url(../images/bg_h4.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#arrowlistmenu .openheader{ 
	background-image: url(../images/bg_h5.png);
}
#arrowlistmenu ul{
list-style-type: none;
padding:0;
line-height: 25px;

}
#arrowlistmenu ul li{
border-bottom:1px #ccc dashed; background:url(../images/icon_menu1.gif) no-repeat; padding-left:20px; font-size: 12px; 
}
#arrowlistmenu ul li a{
	color: #666666; /*custom bullet list image*/
	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	background-position: left center;
	padding-bottom: 2px;
}
#arrowlistmenu ul li a:visited{
	color: #0000FF;
}
#arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #0066FF;
	background-color: #F3F3F3;
}
.submenu1 {margin-left: 12px; background:url(../images/img05.gif) no-repeat; padding-left:20px;}

/* right submenu */
.urbangreymenu{
line-height: 25px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold ;
color: #333333;
background: url(../images/icon_menu3.gif) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding-left:25px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal;
color: #333333;
padding: 5px 0;/*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #0066FF;
}
