
/* For Left Menu */

.controlpanelmenu {
width: 195px; /*width of menu*/
margin:0px;
padding:10px 0 0 0;
}

.controlpanelmenu .cheaderbar, h2.controlmenu{
line-height:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration: none;
color: #fff;
background:url(../images/admin-accordian-bg-2.jpg) no-repeat left top; /*last 2 values are the x and y coordinates of bullet image*/
margin:2px 0 0px 10px; /*bottom spacing between header and rest of content*/
text-transform:capitalize;
padding:0px 0px 0px 10px; /*31px is left indentation of header text*/
width:180px;
}
.link{
text-decoration: none;
color: #fff;
display: block;
}
.controlpanelmenu h2.selected { color: #fff; background:url(../images/admin-accordian-bg-3.jpg) no-repeat left top; width:180px; }

.urbangreymenu {
width: 195px; /*width of menu*/
margin:0px;
padding:10px 0 0 0;
}

.urbangreymenu .headerbar, h3.menu{
line-height:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #fff;
background:url(../images/admin-accordian-bg-2.jpg) no-repeat left top; /*last 2 values are the x and y coordinates of bullet image*/
margin:2px 0 0px 10px; /*bottom spacing between header and rest of content*/
text-transform:capitalize;
padding:0px 0px 0px 10px; /*31px is left indentation of header text*/
width:180px;
}

.urbangreymenu h3.menu a{
text-decoration: none;
color: #000000;
display: block;
}
.urbangreymenu .headerbar a{
text-decoration: none;
color:#fff;
display: block;
width:140px;
margin:0px 0 0 0;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0 0 0px 10px;
padding: 0 0 6px 0;
width:190px;
background:url(../images/admin-accor-content-bg-2.jpg) no-repeat left bottom;
margin-bottom:0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom:1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color: #000000;
display: block;
padding:5px 0 7px 8px;
line-height:20px;
text-decoration: none;
border-bottom:1px solid #D1EBF6;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background: #D1EBF6;
}

.urbangreymenu h3.selected { color:#fff; background:url(../images/admin-accordian-bg-3.jpg) no-repeat left top; width:180px; }

/* End Left Menu */

