﻿.urbangreymenu{
width:200px; /*width of menu*/

}

.urbangreymenu .headerbar{
/*affects headerbar text*/
font:17px Palatino;
color:#6a4537; /*dark brown*/

/*affects menu background. 
omission gives background of content*/
/*background: #707868*/
/*background: #c0cebc;*/
/*background:#ededed;*/
/*background:# fff6df;*/
/*background:#908a7f;*/

url(arrowstop.gif) no-repeat 8px 6px; /*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: ;
padding: 7px 7px 7px 7px; /*31px is left indentation of header text*/
}

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

/*affects headerbar, hover, background (after first click on menu)*/
.urbangreymenu .headerbar:hover{  
color:#6a4537;
background: /*#f0fbff; #f0f0f0;#e6e6e6; */#dedede; 
}

/*affects moment of click*/
.urbangreymenu .headerbar:active{
color:#6a4537;
background:/*a6b9a4;  #daebfc;*/
}

/*affects appearance after visit*/
.urbangreymenu .headerbar:visited{
color:#6a4537;
background:/*a6b9a4; #daebfc;*/
}

/*.urbangreymenu .headerbar a:hover{ /*hover state CSS*/
/*color: white;
background:#606356;
}*/

.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-left: 5px;
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 17px Palatino;
color:#6a4537;

/*affects background of submenu*/
background:/*#e0f7ec#dde8e4#e9f9ee; #e4ece5; #f2f2f2;*/  #f0f0f0;
display: block;
padding: 10px 5px;
/*line-height: 19px;*/
padding-left: 25px; /*link text is indented 8px*/
text-decoration: none;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:#6a4537;
background:/*#f0fbff #e9f1ea*/#dedede;
}
