/*  

Theme Name: TEST LAVSH 2

Theme URI: 

Description: This is the LAVSH test theme.

Version: 1.0

Author: John Guanlao

Author URI: 

*/







body {

font-family:Trebuchet, Trebuchet MS, sans-serif;

margin:0px;

width:100%;

height:100%;

background-color:#000000;

color:#FFFFFF;

}







h1, h2, h3, h4, h5, h6, blockquote, p{

margin: 0;

padding: 0;

}




#navWrap {
background:#;

font-size:7pt;

padding-left:34px;

line-height:0px;
}



#navWrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 90px;
	border-bottom: 0px solid #ccc;
	}

	
	
#navWrap ul li {
    height:29px;
    background:#;
	margin-bottom: 0px;
	position: relative;
	}
	

#navWrap li ul {
	position: absolute;
	left: 90px;
	top: 0;
	display: none;
    border-left: 0px solid #ccc;
	}


#navWrap ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding:0px;
	padding-bottom:0px;
	border: 0px solid #ccc;
	border-bottom: 0px;
	}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


#navWrap li:hover ul, #navWrap li.over ul { 
	display: block; }


#navWrap li a, #navWrap li a:hover, #navWrap li a:active, #navWrap li a:visited {
background: transparent;
}


.menuItem{
background: transparent;
text-decoration:none;
}



 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 90px;
	border-bottom: 0px solid #ccc;
	}

	
 ul li {
	margin-bottom: 12px;
	position: relative;
	}
	

 li ul {
	position: absolute;
	left: 90px;
	top: 0;
	display: none;
    border-left: 0px solid #ccc;
	}


 ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding:0px;
	padding-bottom:10px;
	border: 0px solid #ccc;
	border-bottom: 0px;
	}

 li:hover ul,  li.over ul { 
	display: block; }


 li a,  li a:hover,  li a:active,  li a:visited {
background: transparent;
}
