/* NOTE Copy this to Userfiles/templates/your template/css */


.menu_box_style{
	color: #1e0c03;
	width: 225px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 32px;
	font-size: 15px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	line-height: normal;
	display: block;
	clear: both;
	float: none;
}

/*.menu_box_style:after{ Add margin between menu and rest of content in Firefox
	color: #1e0c03;
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
*/
.menu_box_style ul{
	color: #1e0c03;
	width: 100%;
	margin: 0;
	text-align: left;
	vertical-align: top;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;

}

.menu_box_style ul li{
	display: block;
	color: #1e0c03;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	vertical-align: top;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
}

.menu_box_style ul li a:link, .menu_box_style ul li a:visited, .menu_box_style ul li a:active {
	color: #1e0c03;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	text-align: left;
	white-space: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: normal;
	border-left-style: none;
	height: 32px;
	vertical-align: top;
	word-spacing: normal;
	border-right-style: none;
	visibility: visible;
	z-index: auto;
	display: block;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(/user-files/templates/default/images/nav-btn-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 225px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.menu_box_style ul li a:hover{
	color: #1e0c03;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	text-align: left;
	white-space: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: normal;
	border-left-style: none;
	height: 32px;
	vertical-align: top;
	word-spacing: normal;
	border-right-style: none;
	visibility: visible;
	z-index: auto;
	display: block;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(/user-files/templates/default/images/nav-btn-bg-ovr.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 225px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/* ######### Style for Drop Down Menu ######### */
	
.dropmenudiv{
	line-height:18px;
	z-index:500;
	background-color: #381c10;
	visibility: hidden;
	/*filter: ;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 3px;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	overflow: visible;
	position: absolute;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 244px;
}

.dropmenudiv a, .dropmenudiv a:active, .dropmenudiv a:visited {
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #e6b261;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0px;
	background-color: #381c10;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #d8ab63;
	border-right-color: #d8ab63;
	border-bottom-color: #d8ab63;
	border-left-color: #d8ab63;
	padding: 5px;
}

 html .dropmenudiv a{ IE only hack
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #a58f7b;
	background-image: none;
	font-weight: bold;
	color: #351a11;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #d8ab63;
	border-right-color: #d8ab63;
	border-bottom-color: #d8ab63;
	border-left-color: #d8ab63;
}

