#menucont ul
{
	float: left;
	width: 934px;
	font-family: arial, helvetica, sans-serif;
	margin: auto;
	padding: 1px 0 0 0px;

}
a{
	outline:none;
}

#menucont ul li {
	display: inline;
	margin: 0px auto;
}

#menucont ul li a
{
	padding: 6px 2.5px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	background-color: #df4102;
	color:#fed2ad;
	text-decoration: none;
	float: left;
	font-family:"trebuchet MS", Georgia;
	font-size: 11px;
	line-height:17px;
	margin-left: 1px;
	margin-right: auto;


}

#menucont ul li a:hover
{	background-image:url(../images/menu_current_bg.jpg);
	background-repeat:repeat-x;
	background-color: #73000d;
	color: #fff;
	font-family:"trebuchet MS", Georgia;
	font-size: 11px;
	text-decoration: none;
	padding: 6px 2.5px;
	margin-left: 1px;
}

#menucont a:link#current, #menucont a:visited#current, #menucont a:hover
{	background-image:url(../images/menu_current_bg.jpg);
	background-repeat:repeat-x;
	background-color: #73000d;
	color: #fff;
	font-family:"trebuchet MS", Georgia;
	font-size: 12px;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 1px;

}

.menucont ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:"trebuchet MS", Georgia;
font-size: 14px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1c9ed2; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #034ea2;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #036;
color: #fff;
}






#menucont1 ul
{
	float: left;
	width: 480px;
	font-family:"trebuchet MS", Georgia;
	margin: auto;
	padding: 1px 0 0 0px;

}

#menucont1 ul li {
	display: inline;
	margin: 0px auto;
	padding: 0px;
}

#menucont1 ul li a
{
	padding: 6px 14px;
	background-color: #dccfa9;
	color:#795f39;
	text-decoration: none;
	float: left;
	font-family:"trebuchet MS", Georgia;
	font-size: 14px;
	margin-left: 1px;
	margin-right: auto;


}

#menucont1 ul li a:hover
{
	background-color: #bfa654;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 1px;
}

#menucont1 a:link#current, #menucont1 a:visited#current, #menucont1 a:hover
{
	background-color: #bfa654;
	color: #fff;
	font-family:"trebuchet MS", Georgia;
	font-size: 13px;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 1px;

}

.menucont1 ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:"trebuchet MS", Georgia;
font-size: 13px;
line-height:18px;
z-index:100;
background-color: #dccfa9;
width: 100px;
visibility: hidden;
}

.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #795f39}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #bfa654;
color: #fff;
}
