/* NOTE Copy this to Userfiles/templates/your template/css */


.menu_box_style{
	color: #2a191c;
	width: 99%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 32px;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	line-height: normal;
}

.menu_box_style:after{ /*Add margin between menu and rest of content in Firefox*/
	color: #2a191c;
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.menu_box_style ul{
	color: #2a191c;
	width: 100%;
	margin: 0;
	text-align: left;
	vertical-align: top;
	padding-right: 0;
	padding-left: 0;
	padding-top: 15px;
}

.menu_box_style ul li{
	display: inline;
	color: #2a191c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
	clear: none;
	float: left;
}

.menu_box_style ul li a:link, .menu_box_style ul li a:visited, .menu_box_style ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	white-space: normal;
	border-right-color: #999999;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: normal;
	border-left-style: none;
	vertical-align: top;
	word-spacing: normal;
	border-right-width: 1px;
	border-right-style: none;
	visibility: visible;
	z-index: auto;
	margin: 0;
	padding-right: 7px;
	padding-left: 7px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	display: inline;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 10px;
	padding-bottom: 12px;
	position: relative;
}
.menu_box_style ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	white-space: normal;
	border-right-color: #999999;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: normal;
	border-left-style: none;
	vertical-align: top;
	word-spacing: normal;
	visibility: visible;
	z-index: auto;
	margin: 0;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	display: inline;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(/user-files/templates/default/images/nav-bg-ovr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}


/* ######### Style for Drop Down Menu ######### */
	
.dropmenudiv{
	line-height:18px;
	z-index:700;
	background-color: #d3c5e0;
	visibility: hidden;
	/*filter: 
; 	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #624e78;
	border-right-color: #624e78;
	border-bottom-color: #624e78;
	border-left-color: #624e78;
	text-decoration: none;
	font-weight: bold;
	color: #3e1b01;
	text-align: left;
	padding: 0px;
	letter-spacing: normal;
	border-bottom-width: 1px;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
	display: inline;
	position: absolute;
	overflow: visible;
}

.dropmenudiv a, .dropmenudiv a:active, .dropmenudiv a:visited {
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #352e3b;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #624e78;
	border-right-color: #624e78;
	border-bottom-color: #624e78;
	border-left-color: #624e78;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 4px;
}

/** html .dropmenudiv a{ IE only hack
	width: 100%;
}*/

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #52465d;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

