﻿/* =Menu
-------------------------------------------------------------- */

#access ul, #access a {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform:none;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
}

 /*--------START SUBMENU ALTERATION-------------*/
 
 #access ul, #access a {
	
}
  /*--------END SUBMENU ALTERATION-------------*/

/* Level 1 "off" background color/image  NOTE: delete the background css to have no bgd for Level 1*/
#access {
	/*background: #000;*/
	display: block;
	float: left;
	/*Set this left and right margin to push the entire menu to the left or right*/
	margin: 0px 0px 0px 0px; 
	text-transform:uppercase;
	
}

#access .menu-header,
div.menu {
	font-size: 15px;
	margin-left: 0px;
	
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #000000;
	display: block;
	line-height: 30px;
	padding: 0 16px 0 16px;
	margin:0px 5px 0px 5px;
	
	text-decoration: none;
	text-transform:uppercase;
	background-color:#FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

 /*--------END SUBMENU ALTERATION-------------*/
#access ul ul {
	
	display: none;
	padding-top:0px;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	background:url(images/bgd_menu80.png);
	color:#FFFFFF;
	
}

 /*--------END SUBMENU ALTERATION-------------*/
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}

/* Level 2 "off" background color/image */
#access ul ul a {
	
	font-weight: normal;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color:#FFFFFF;
	
	
}

/* Level 1 and 2 "hover" background color/image */
#access li:hover > a {
	background:#3b618d;
	color: #ffffff;
	
}


#access ul ul :hover > a {
	background:#333333;
	color: #ffffff;
	border-left:none;
	border-right:none;
	border-top:none;
	
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #9e0b0f;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #9e0b0f;
}