﻿.urbangreymenu{
width: 100%; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #CF4067; /*last 2 values are the x and y coordinates of bullet image*/
margin: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

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

.urbangreymenu ul li a{
font: normal 12px Arial;
color: #A51E58;
background: #FFC4F0;
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: black;
}

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



.nav1{
	float: left;
}
.nav1 li{
	float: left;
}
.nav1 li a{
	color: #a0a09b;
}
.nav1 li a{
	display: block;
	text-align: center;
	float:left;
}
.nav1 li.current_page_item a {
	color: #e8a02c;
	text-decoration: none;
}
.nav1 li a:hover {
	color: #e8a02c;
	text-decoration: none;
}
.nav1 li.active a {
	color: #e8a02c;
	text-decoration: none;
}
.nav1  { list-style: none; margin: 0px; padding: 0px;}
.nav1 li { padding: 0px; margin: 0px 20px 0 0; display: inline; line-height: 14px; }


/*- Subscribe -*/
.subscribe{	color: #a0a09b; float:right;}
.subscribe a { color: #e8a02c; }
.subscribe a:hover { text-decoration:underline; }


/*=== Top Menu ===*/
#topmenu{
	position:relative;
	height: 33px;
	margin-bottom:20px;
	width: 1000px;
	margin: 0 auto;
}
#topmenu li{
	border-left: 1px solid #dedbd1;
	float: left;
	line-height: 33px;
}
#topmenu li a{
	color: #333333;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 15px;
}
#topmenu li.active a{
	color: #ff7800;
	text-decoration: none;
}

#topmenu li a:hover{
	color: #ff7800;
	text-decoration: none;
}

/*- Nav / Dropdowns-*/
#nav ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav{
	padding: 0;
	float:left;
	list-style: none;
}
#nav {
	padding: 0;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	line-height:33px;	
}
#nav li a:hover {
	background: none;
}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav li:hover ul {
	left: auto;
	z-index:1000;	
}
#nav li ul li {
    background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}
#nav li.hover {
    position: static;
}
#nav li:hover {
    position: static;
}
#nav li ul ul {
	margin: -29px 0 0 15em;
}
#nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul ul {
	left: -999em;
}
#nav li li.sfhover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#nav li li:hover ul {
	left: auto;
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul ul ul {
	left: -999em;
}
#nav li:hover ul ul {
	left: -999em;
}
#nav li li li.sfhover ul {
	left: auto;
} 
#nav li li.sfhover ul {
	left: auto;
} 
#nav li.sfhover ul {
	left: auto;
} 
#nav li li li:hover ul {
	left: auto;
} 
#nav li li:hover ul {
	left: auto;
} 
#nav li:hover ul {
	left: auto;
} 
#nav li ul li { background: #FFC4F0; border-bottom:1px solid #e6e6e6; border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6;
}


