#menu {
	padding-left: 0;
	z-index:10;
	background: url(../images/bgnav-active.gif) repeat-x;
	height:25px;
	margin:0 6px;

}

#menu  ul {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90;
}

#menu  ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 13px;
	list-style-type: none;
	
	
}

#menu  ul li a.titlemenu {
	float:left;
	color: #000;
	margin:0 0px 0 0;
	border-right:1px solid #cdcdcd;
	border-left:1px solid #eeeeee;
	padding:6px 22px;
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em;
	text-transform: uppercase;	
	
}


#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #2b2b2b;
	margin: 0;
	padding: 10px 18px;
	
	
}

#menu  ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#b4222c;
	
}

#menu  ul li.sep {
	color: #000;
	padding: 0.8em 0em 0.5em 0em;
	height:14px;
	font-weight:300;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}



/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color: #b4222c;
	margin:0 0 0 0px;
	#margin:0 0 0 3px;
	
	
}

#menu  ul.level2 li, #menu ul.level3 li {
	font-size:10px;
	font-weight: normal;
	float: none;
	margin: 0;
	padding: 0;
	width: 180px;
	border-top:1px solid #fff;
	
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	padding: 5px 9px 5px 20px;
	color:#fff;
	height:14px;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	color:#fff;
	background-color:#292929;
	background-image: none;
}

#menugoldbar {
	height:3px;
	width:902px;
	background-image: url(../images/menugoldbar.gif);
	background-repeat: repeat-x;
	position:relative;
	top:28px;
	z-index:100;
	
}

/* LEFT NAV

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
margin:0 0 0 -10px;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 1.1em;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
