.urbangreymenu{

}

.headerbar {


    background-color:#161616;
    background-image: url(../images/arrowstop.gif);
    background-repeat: no-repeat;
    background-position: 180px 5px;
    margin-bottom: 0;
    padding: 5px 10px 5px 10px;
    margin:2px 0 0 0;
	border: 2px solid black;
    -webkit-border-radius: 3px;	-moz-border-radius: 3px; border-radius: 3px;
}

.headerbar a {
    text-decoration: none;
    color: #fff !important;
    display: block;
}

.openhead {
    background-color: #000;
    background-image:none;    
}

.openhead a {
    color:#FFFFFF;
}

.headlink {
    display:block;


    font-weight: bold;
    color: #004366;
	border: 1px solid black;
    margin-bottom: 0;
    padding: 5px 10px 5px 10px;
    margin:2px 0 0 0;
    text-decoration: none;    
    -webkit-border-radius: 3px;	-moz-border-radius: 3px; border-radius: 3px;    
}

.headlink a {
    color: #004366;
    text-decoration: none;
}

a.headlink:hover {
    background-color:#007CB1;
    color:#FFFFFF;    
}

.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*/
    border-bottom: 1px solid rgb(242, 242, 242);
}

.urbangreymenu ul li a{

    color: #333333;
    display: block;
    padding: 3px 0;
    padding-left: 8px; /*link text is indented 8px*/
    text-decoration: none;
}

.urbangreymenu ul li a:visited{
    color: #333333;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
    text-decoration: underline;
}