﻿.urbangreymenu{
width: 206px; /*width of menu*/
margin: 0px;
padding: 0px;
}


.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: #F8DFDA;
background: #606060 url(http://ngonhaidang.com/BenhVien/js/menubenhvien/li_category.jpg); /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
margin-top: 0; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 9px 0 9px 15px; /*31px is left indentation of header text*/
}


.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu .headerbar a:hover{

color: #F8DFDA;

}
.urbangreymenu .headerbar a:select{

color: black;

}
.urbangreymenu .headerbar a:{

color: black;

}

.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 12px Arial;
color: #ffffff;
background: #4992d6 url(http://ngonhaidang.com/BenhVien/js/menubenhvien/ngancach_category.jpg) no-repeat bottom center ;
display: block;
padding: 5px 0px 5px 15px;
/*line-height: 17px;*/
/*padding-left: 15px; /*link text is indented 8px*/
text-decoration: none;
}
* html .urbangreymenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
width: 100%;
}

.urbangreymenu ul li a:visited{
color: #ffffff;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
/*background: black;*/
}