/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 180px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Tahoma;
color: white;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 3px 0 7px 7px; /*31px is left indentation of header text*/
}

.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: 0px; /*bottom spacing between menu items*/
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:black;
}
.urbangreymenu ul ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}
.urbangreymenu ul ul ul li{
display: none;
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 13px Tahoma;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
font-weight: bold;
}

.urbangreymenu ul ul li a{
font: bold 12px Tahoma;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 18px; /*link text is indented 8px*/
text-decoration: none;
font-weight: normal;
}

.urbangreymenu ul ul ul li a{
font: bold 11px Tahoma;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 28px; /*link text is indented 8px*/
text-decoration: none;
font-weight: normal;
}

.urbangreymenu ul li a.highlight{
font: bold 13px Tahoma;
background: #539F28;
color: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
font-weight: bold;
}

.urbangreymenu ul ul li a.highlight{
font: bold 12px Tahoma;
background: #539F28;
color: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 18px; /*link text is indented 8px*/
text-decoration: none;
font-weight: normal;
}

.urbangreymenu ul ul ul li a.highlight{
font: bold 11px Tahoma;
background: #539F28;
color: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 28px; /*link text is indented 8px*/
text-decoration: none;
font-weight: normal;
}

.urbangreymenu ul li a:visited{

}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #3D3D3D;
}

.menuitem a
{
	font-weight: bold;
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Tahoma;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #EEEEEE;
color: #2d2b2b;
}


.basictab li a:hover{
background-color: #3D3D3D;
color: white;
}


.basictab li.menu-current a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FFFFFF;
color: black;
}