

.navbardiv ul {
	margin: 0;
	font: Arial;
	padding: 0;
	list-style: none;
	width: 50px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	font-weight: bold;
	}
	<!-- SUBMENUS -->
.navbardiv ul li ul li{	
	font: Arial;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px thin #666666;
	font-weight:normal;
	color:#000000;
	/*background-color:#99FFCC;*/
	}
	
/* Styles for sub Menu Items */
.navbardiv ul ul li a{
	font-family:arial;
	font-size:11px;
	display: block;
	text-decoration: none;
	font-weight:normal;
	width:180px;
	color:#735A35;        /*  COLOR OF SUBMENU LINKS*** */
	background:#d2b48c; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-weight:bold;
	}
	
/* Styles for sub Menu Items */
.navbardiv ul ul li a:hover{
	background: #F3E88E; /* IE6 Bug */
	color:#735A35;
	}
	


/* Main Menu Style */
.navbardiv ul li {
	font: Arial;
	font-weight: bold;
	position: relative;
	
	}
	
.navbardiv li ul {
	font: Arial;
	position: absolute;
	left: -122px; /* Set 1px less than menu width */
	top: 15px;
	display: none;
	font-weight:bold;
	}

/* Styles for Menu links */
.navbardiv ul li a {
    font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	text-decoration: none;
	color:#735A35;
	/*background-color:#003366; */  /* IE6 Bug */
	padding: 2px;
	border-bottom: 0;
}
	


/* Fix IE. Hide from IE Mac \*/
* html .navbardiv ul li { float: left; height: 1%; }
* html .navbardiv ul li a { height: 1%; }
/* End */

/*.navbardiv ul li a:hover { /*color: #6D4E1D;*/ /*background: Silver; text-decoration: none;} /* Hover Styles */
		
.navbardiv li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
.navbardiv li:hover ul, li.over ul { display: block;} /* The magic */
/*---------------------------*/

.navbardivHeader { vertical-align:bottom; text-align:center; width:200px; background-color:#FF9933; color:#6D4E1D; font-weight:bold; height:20px; 	font: Arial;}


/* other styles starts here */
.homelink
{
	font-size:15px;
	color:#32679B;
	text-decoration:none;
	font-weight:bold;
}
