/*-------------------------------

 adjustable values
 
-------------------------------*/

#headerWrap {
	height: 32px; /* set the height of your old profile header */
}

#topnav {
	/* set the top margin to give room for the profile URL*/
	margin-top: 17px !important; 
	margin-left: -20px !important; /* position offset */
	
	/* set the height of your old top nav height, if any*/
	height: 15px !important; 
	
	/* set width of the profile */
	width: 850px; 
}


/*-------------------------------

 reset topnav styling 
 
-------------------------------*/

#headerTable td,
#headerTable td a, 
#headerTable td a:hover {
	background-color: transparent;
	background: none;
	border: none;
}

table.rail {
	display: none;
}

/*-------------------------------

 custom menu top level styling
 
-------------------------------*/

#topnav {
	filter:none !important;
	background: none !important;
	border: none;
}

#topnav ul li a {
	/* set the font size and color to match your profile */
	font-size: 9px !important;
	font-color: #fff !important;
}

#topnav ul li a {
    line-height: 11px;
    height: 15px;
}

#topnav ul li a:hover
{
    background-color: transparent !important;
    text-decoration: underline;
    
    /* set the font color of the hover */
    color: #fff !important;
} 

#topnav ul li a.open:hover /* hover text fix - usually has a bg color */
{
    background-color: transparent !important;
    /* set the font color of the hover */
    color: #fff !important;
}

/*-------------------------------

 custom menu secondary level styling
 
-------------------------------*/

/* coming soon */