#nav {
background:url(images/navbar.png) no-repeat;
	color:#350507;
	height: 33px;
	width: 734px;
	position: absolute;
	bottom: 47px;
	right: 0px;
	z-index: 100;
}


.menu {
font-family:arial, verdana, sans-serif; 
font-size:12px;
font-weight:bold;
border:none;
	border:0px;
	margin-left:10px;
	padding:0px;
	text-decoration:none;
	z-index: 100;
	text-align: center;
	
	
	
	}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {padding:0;margin:0;list-style-type:none;}

.menu li a{text-decoration:none;color:#350507;}

.menu ul ul {width:149px; text-align: left;}

.menu ul ul li{ border-bottom:1px #FFFFFF solid; text-align: left;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {float:left;width:149px;position:relative;}



/* style the links for the top level */

.menu a, .menu a:visited {background:none;

		display:block;text-decoration:none; color:#350507; height:25px; padding-left:10px; line-height:25px;
		font-family:arial, verdana, sans-serif; 
font-size:11px;
font-weight:bold;}



/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}

/* style the third level hover */

.menu ul ul ul a:hover {background:#b2ab9b;}





/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;}







/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}



/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {text-decoration:none;background:#eac51a ; color:#350507; height:auto; line-height:1em; padding:5px 15px; width:150px;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {width:160px;}



/* style the top level hover */

.menu a:hover, .menu ul ul a:hover{
	text-decoration:none;
	color:#350507;
	background-color: #e8b91e;
	background-image: url(images/yellowbg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.menu :hover > a, .menu ul ul :hover > a {
	text-decoration:none;
	color:#350507;
	background-color: #e8b91e;
	background-image: url(images/yellowbg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

.menu ul a:hover ul{visibility:visible; }