.g_menu ul,
.g_menu ul li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	list-style-type:none;
	
} 

.g_menu .clear {
	clear:both;
} 

.g_menu {	
	position:relative;
	float:left;

} 

.g_menu ul {
	float:left;
	position:relative;
	z-index:9999;
} 

.g_menu > ul > li {
	float:left;
	/*line-height:3em;
	padding:0 1.3em;*/
	padding:0;
	position:relative;
	
}

.g_menu ul li ul li:hover {
	background-color:#fff;
} 

.g_menu > ul > li a {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	padding: 15px;
	border-right: 1px solid #fff;
	text-decoration:none;
	
}
.g_menu > ul > li a:hover {text-decoration:none;}

.g_menu ul li ul > li > a, .g_menu ul li ul > li > a:visited {
	color:#FFF !important;
	text-transform:none;
	text-shadow:none;
	padding:0;
	margin:0;
	text-align:left;
	border:0;
	font-weight: normal;
	font-size:12px;
}
.g_menu ul li ul > li > a:hover {background:#909193; text-decoration:none;}

.g_menu .levels,
.g_menu .levels ul {
    list-style: none outside none;
    margin:0 0 0 0;
	left: -999em;
    position: absolute;
	background:none;	
	z-index:9999;
	border-bottom:1px solid #000;
	padding-top:9px;
		
	
}

.g_menu .levels2,
.g_menu .levels2 ul {
    list-style: none outside none;
    margin:0 0 0 0;
	left: -999em;
    position: absolute;
	background:none;	
	border-bottom:1px solid #000;
	padding-top:0px;
	margin-left:29px !important;
	margin-left:25px\9 !important;
	display:none;
		
}

.g_menu ul li .levels li .levels2 li a {margin-top:-9px; padding-bottom:9px;}
.g_menu ul li .levels li .levels2 li a.last {padding-bottom:0;}

.g_menu .levels a {
	display: block;
	border-left:1px solid #000 !important;
	border-right:1px solid #000 !important;
	width:148px;
	background:#43474e;	
}
.g_menu .levels a.first {border-top:1px solid #000 !important;}

.g_menu .levels li:first-child {border-top:none;} 

.g_menu .levels li {
	width:148px;
	float:left;
	position:relative;
	
	
}

.g_menu .levels li > a {
	display:block;
	text-indent:10px;
	line-height:25px;
	height:25px;
}

.g_menu .levels li ul {
	position: absolute;
	top:0;
	left: -999em;
}

.g_menu li:hover ul.levels,
.g_menu .levels li:hover ul,
.g_menu .levels li ul li:hover ul {
	top:3em;
	left:0;
	display:block;
}

.g_menu .levels li:hover ul {
	
} 

.g_menu .levels li:hover ul,
.g_menu .levels li ul li:hover ul {
	top:0;
	display:block;
}

.g_menu li:hover .levels li:hover {
	
	background:none;
}


.g_menu li:hover li a:hover {
	-moz-transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
}

.g_menu .levels li:hover ul,
.g_menu .levels li ul li:hover ul{
	left: 9.3em;
	*left: 9.6em;
	display:block;
}

.g_menu .levels li:hover ul ul {
	left: -999em;
}
#nav {
margin:0; 
padding:0; 
list-style:none;
}	

/*****LI display inline *****/
#nav li {
float:left; 
display:block; 

background:none;
position:relative;
z-index:500; 
margin:0;
}

/*****parent menu*****/
#nav li a {
display:block;

}

#nav li a:hover 
{
color:#470020;
}

/* style for default selected value */ #nav a.selected {
color:#4234ff;
}
/* submenu */ #nav ul 
{
position:absolute; 
left:0;
top:51px;
display:none; 
margin:0 0 0 -1px;
padding:0; 
list-style:none;
width:148px;
}

#nav ul li
{
width:148px; 
float:left; 
border-top:0px solid #fff;
}

/* display block will make the link fill the whole area of LI */ #nav ul a 
{
display:block; 


}

#nav ul a:hover 
{

}