#tabnav {
	margin: 0px;
	padding: 0px;
	height: 50px;
}

#tabnav li {
	float: left;
	list-style: none;
	margin-right: 1px;
	position: relative;
	top: 10px;
}

#tabnav li:hover {
	position: relative;
	top: 0px;
}

#tabnav li a {
	font-size: 12px;
	display: block;
	width: 88px;
	height: 35px;
	background: url(images/tab.gif) top no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	font-family: arial, sans-serif;
}

#tabnav li a:hover {
	height: 45px;
}

#tabnav1 { background-color: #FF8407; }
#tabnav2 { background-color: #CC3300; }
#tabnav3 { background-color: #BC006B; }
#tabnav4 { background-color: #5F3685; }
#tabnav5 { background-color: #120D81; }
#tabnav6 { background-color: #4A86C5; }
#tabnav7 { background-color: #60AEBF; }
#tabnav8 { background-color: #59AF22; }
#tabnav9 { background-color: #008442; }
#tabnav10 { background-color: #00523A; }
#tabnav11 { background-color: #333333; }


#mainnav a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial, sans-serif;
	padding: 0px 7px 0px 7px;
}

#mainnav a:hover {
	color: #FF8407;
}

#dhtmlgoodies_listMenu a {	/* Main menu items */
	color: #454545;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial, sans-serif;
	line-height: 20px;

}
#dhtmlgoodies_listMenu ul li a{	/* Sub menu */
	color: #454545;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial, sans-serif;	
}
#dhtmlgoodies_listMenu ul li ul li a{	/* Sub Sub menu */
	color: #454545;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial, sans-serif;			
}

#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
	color: #454545;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial, sans-serif;	
}


/*
No bullets
*/	
#dhtmlgoodies_listMenu li{
	list-style-type: square;	
}

/*
No margin and padding
*/
#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
	margin:5px 0px 5px 40px;
	padding:0px;
}

/* Margin of sub menu items */
#dhtmlgoodies_listMenu ul{
	display:none;
	margin-left:10px;
}
