/* Basic code - don't modify */
#nav {
	display: block; 
	margin: 0; 
	padding: 0; 
	position: relative; 
}

#nav li {
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	float: left; 
	position: relative; 
}

#nav a {
	display: block; 
}

#nav ul {
	display: none; 
	position: absolute; 
	left: 0; 
	margin: 0; 
	padding: 0; 
}

* html #nav ul { /* IE6 "fix" */
	line-height: 0; 
}

#nav ul a { /* IE6/7 fix */
	zoom: 1; 
}

#nav ul li {
	float: none; 
}

#nav ul ul {
	top: 0; 
}
    
/* Essentials - configure this */
#nav ul {
	width: 207px;
	/*padding:6px 0 0 0;
	background-image:url(../img/common_img/bg_droppy.png);
	background-repeat:no-repeat;*/
	line-height:0;
	font-size:0;
 }

#nav ul a{
 }
 

/* Everything else is theming */
#nav{
	clear:both;
	height:33px;
	background-position:0 bottom;
	background-repeat:no-repeat;
}

/*
#nav a:hover {
	color:#FF0000;
}*/

#nav ul {
	top:33px;
	left:0px;
}

#nav a {  
	z-index:999; 
}