#warpmenu {
    float: left;
    bottom: 0px;
    font-family: brandon-regular, Century Gothic, Arial, Helvetica, Sans-Serif; 
    color: #000000;
    font-weight: 300;
    padding: 0rem;
    border: 0px solid #ccc;
}

#nav {
	display: inline-block;
	padding: 0em;
	margin: 0em;
	list-style: none;
	color: #b0b0b0;
	border: 0px solid #000000;
}

#nav ul {
	padding: 0rem;
	margin: 0rem;
	list-style: none;
	color: #b0b0b0;
	border: 0px solid #000000;
}

#nav a {
	color: #000000;
	text-decoration: none;
	font-family: brandon-regular, Century Gothic, Arial, Helvetica, Sans-Serif; 
}

#nav a:hover {
	color: #f90;
}

#nav a.sub {
	color: #615b5b;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	font-family: brandon-regular, Century Gothic, Arial, Helvetica, Sans-Serif; 
}

#nav a.sub:hover {
	color: #000000;
	text-decoration: none;
}



#nav a.current {
	color: #f90;
}

#nav li {
	float: left;
	text-align: left;
	color: #b0b0b0;
	font-size: 1.2rem;
	cursor: pointer;
	padding: 0rem 0rem 0rem 0rem;
	/*text-shadow: 0px 0px 0px #030303;*/
}

#nav li.sub {
	float: none;
	height: 1.0em;
	text-align: right;
	font-size: 1.1em;
}

#nav li ul li {
	padding-left: 0.1em;
	padding-right: 0.2em;
}


#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #eeeeee; 
}

#nav li.sfhover {
	color: red;
}

#nav li.subsfhover {
	float: none;
	height: 1.5em;
	color: #0a0a0a;
	background-color: #aaaaaa;
}

#nav li.subsfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -2em 0 0 20em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li.subsfhover ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;	
}

#nav li.subsfhover ul, #nav li li.subsfhover ul {
	left: auto;	
}

#nav li.sfhover ul ul ul, #nav li.sfhover ul ul{
	left: -999em;
}

#nav li.subsfhover ul ul ul, #nav li.subsfhover ul ul{
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li.subsfhover ul, #nav li li.subsfhover ul, #nav li li li.subsfhover ul {
	left: auto;
}

li.separator {
	width: 4rem;
	background: url("../image/sepMenu01.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#nav div.mobsubmenu_area {
    font-family: brandon-regular, Century Gothic, Arial, Helvetica, Sans-Serif; 
    margin-left: 1rem;
}

#nav div.mobsubmenu_area div.sub {
    overflow: hidden;
    margin-left: 0.4rem;
    margin-bottom: 0.5em;
}

#nav div.mobsubmenu_area div.sub a.sub {
    color: #f90;
    font-weight: bold;
    text-decoration: underline;
    font-size: 0.8rem;
}

#nav div.mobsubmenu_area div.sub2 {
    overflow: hidden;
    margin-left: 0em;
    margin-top: 0.3rem;
}

#nav div.mobsubmenu_area div.sub2 a.sub {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-size: 0.8rem;
}

#nav div.mobsubmenu_area a.sub:hover {
	color: #f90;
	text-decoration: none;
}

#nav div.mobsubmenu_area div.sub2 a.sub:hover {
	color: #f90;
	text-decoration: none;
}