.halfmoon
{
	margin-bottom: -2px;
	padding: 0px 0px 0px 0px;
}

.halfmoon span
{	
	padding: 0px 0px 0px 0px;		
}

.halfmoon ul
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 2px 0px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 0px solid #ccc;	
	width:100%;			
}

.halfmoon li
{
	display: inline;
	margin: 0;		
}

.halfmoon li a
{	
	text-decoration: none;
	padding: 3px 0px 2px 8px;
	margin-right: 1px; 				/*distance between each tab*/
	border-left: 1px solid #93a1aa;
	color: #CCC;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
	font-weight: bold;
	font-size: 12px;	
	height: 20%;	
}

.halfmoon li a span
{		
	padding: 3px 9px 2px 5px;		
}

.halfmoon li a:visited
{
	color: #CCC;
}

.halfmoon li a:hover, .halfmoon li a.current
{
	border-left: 1px solid #93a1aa;
	color: #CCC;
}

.halfmoon li a:hover span, .halfmoon li a.current span 
{
	color: #CCC;
}

#tabcontentcontainer
{
	width:100%; 	/*width of 2nd level content*/
	padding: 5px 0px 5px 0px;
	height: 10px;	
	font-family: tahoma,verdana,Arial, Helvetica, sans-serif;
	background: url(http://www.fun-dering.com/fd3/web/images/fd_bgblu.gif) #FFF repeat-x;
}

#tabcontentcontainer a
{
	color:#FF6600;	
	font-size: 10px;	
	font-weight: bold;	
}

.tabcontent
{
	font-weight: normal;
	font-size: 11px;
	Display:none;			
}

#dropmenudiv
{	
	font-family: tahoma,verdana,Arial, Helvetica, sans-serif;
	position:absolute;
	border:1px none black;
	border-bottom-width: 1px;
	font-weight: normal;
	font-size: 11px;	
	z-index:100;
	text-align:left;		
	background: url(http://www.fun-dering.com/fd3/web/images/fd_tabblue-r.gif) right no-repeat;				
}

#dropmenudiv a
{	
	width: 100%;
	display: block;
	border-right: #afb5b8 1px solid; 
	border-top: #fff 0px solid; 
	border-left: #afb5b8 1px solid; 
	border-bottom: #afb5b8 1px solid; 	
	
	padding-bottom: 2px; 
	padding-top: 2px; 
	padding-right: 0px; 
	padding-left: 2px; 	
	background: url(http://www.fun-dering.com/fd3/web/images/fd_bgblu.gif) #FFF repeat-x;
}

#dropmenudiv a:hover
{ 
	/*hover background color*/
	border-right: #afb5b8 1px solid; 
	border-top: #fff 0px solid; 
	border-left: #afb5b8 1px solid; 
	border-bottom: #afb5b8 1px solid; 
	
	padding-bottom: 2px; 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-left: 0px; 
	
	background: url(http://www.fun-dering.com/fd3/web/images/formbg.gif) #d7dbdd repeat-x; 		
	text-align: left;	
}	
