BODY {
	SCROLLBAR-FACE-COLOR: #5b2712; SCROLLBAR-HIGHLIGHT-COLOR: #da600d; 
	SCROLLBAR-SHADOW-COLOR: #da600d; SCROLLBAR-3DLIGHT-COLOR: #bdbfb4
	SCROLLBAR-ARROW-COLOR: #da600d; SCROLLBAR-TRACK-COLOR: #da600d; 
	SCROLLBAR-DARKSHADOW-COLOR: #5b2712; BACKGROUND-COLOR: #ffffff;
}
A:link {
	COLOR: default; TEXT-DECORATION: none
}
A:active {
	COLOR: default; TEXT-DECORATION: none
}
A:visited {
	COLOR: default; TEXT-DECORATION: none
}
A:hover {
	COLOR: default; TEXT-DECORATION: underline
}
h1 {font-family: Verdana, Arial;
	color:#e89c21;
	font-size:14pt;
	margin-left: 15px;
	letter-spacing: 3px;
	text-decoration: underline;
}
hr {color:#672204;
}

h2 {font-family: Verdana, Arial;
	color:#e89c21;
	font-size:12pt;
	margin-left: 15px;
	letter-spacing: 2px;
	font-variant: small-caps; 
}
h3 {font-family: Verdana, Arial;
	color:#d05206;
	font-size:10pt;
	margin-left: 0px;
	font-variant: small-caps; 
}
h4 {font-family: Verdana, Arial;
	color:#e89c21;
	font-size:8pt;
	margin-left: 5px;
	}

p {font-family: Verdana, Arial;
	color:#5b2712;
	font-size:8pt;
	margin-left: 0px;
	}
.text {
	margin-bottom: 8px;
	margin-left: 20px;
	font-family: Verdana, Arial;
	color:#e89c21;
	font-size:8pt;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #5b2712; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;

}

.invertedshiftdown2 a{
float: left;
display: block;
font: 11px Verdana;
color: #5b2712;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: rgb(218,96,13); /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #5b2712; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #5b2712; /*Highlight red color theme*/
color: rgb(218,96,13);
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #5b2712; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #5b2712; /*Highlight red color theme*/
color: #f9ab05;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #5b2712;
background-color: 5b2712;
color: yellow;
}

.urbangreymenu{
width: 160px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: yellow;
background: #5b2712 url(nyil.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: uppercase;
padding: 7px 0 7px 31px; /*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: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 10px Verdana;
color:  #da600d;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: 5b2712;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #5b2712;
background: #da600d;
}


