/* CSS Document */
.urbangreymenu{
width: 220px; /*width of menu*/
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

.urbangreymenu .headerbar{
font: normal 14px Verdana, Geneva, sans-serif;
line-height: 18px;
color: #131b66;
/*background: #606060 ; last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
padding: 0px 0 0px 0px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #131b66;
display: block;
}

.urbangreymenu .headerbar a:hover{ /*hover state CSS*/
color: #007351;
}

.urbangreymenu .headerbar a.here{ /*hover state CSS*/
color: #007351;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding-left: 10px;
margin-bottom: 0;
width: 170px;/*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 8px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Verdana, Geneva, sans-serif;
color: #131b66;
/*background: #E9E9E9;*/
display: block;
padding: 0px 0;
line-height: 16px;
padding-left: 0px; /*link text is indented 8px*/
text-decoration: none;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #007351;
}

.urbangreymenu ul li a.here{ /*hover state CSS*/
color: #007351;
}


.urbangreymenu1 ul li{
padding-bottom: 8px; /*bottom spacing between menu items*/
}

.urbangreymenu1 ul li a{
font: normal 14px Verdana, Geneva, sans-serif;
color: #131b66;
/*background: #E9E9E9;*/
display: block;
padding: 0px 0;
line-height: 18px;
padding-left: 0px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu1 ul li a:visited{
color: #007351;
}

.urbangreymenu1 ul li a:hover{ /*hover state CSS*/
color: #007351;
}

.urbangreymenu1 ul li a.here{ /*hover state CSS*/
color: #007351;
}