/* CSS Document */

/*----------------------------------------------------------------
NAVIGATION STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:

/* =Main navigation start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/

/* =main navigation
***********************/
ul#hp_mainNav,
ul#hp_mainNav ul{
margin: 0;
padding: 0;
background:#828838; /* IE6 Bug */
border:1px solid #000000;
color:#eae9d5;
}

ul#hp_mainNav{
	width: 790px;
	height:25px;
}

ul#hp_mainNav:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

ul#hp_mainNav li{
position: relative;
list-style: none;
float: left;
height:25px;
border-right:1px solid #f8f1e6;
border-left:1px solid #000000;
padding: 0px 5px 0px 5px;
color:#eae9d5;
}

ul#hp_mainNav li.last {
border-right:none;
}

ul#hp_mainNav li.last a {
/*padding-left:18px;*/
}

ul#hp_mainNav li.first {
border-left:none;
}

ul#hp_mainNav ul li{
	position: relative;
	list-style: none;
	float: left;
	width: 160px;
	height:20px;
	background:none;
	border:1px solid #000000;
	border-top:none;
}

ul#hp_mainNav li a,
ul#hp_mainNav li li a{
display: block;
text-decoration: none;
color:#ffffcc;
}

ul#hp_mainNav li a{
float:left;
padding:6px 12px 8px 12px;
font-size:12px;
/*font-weight:bold;*/
color:#ffffcc;
}

ul#hp_mainNav li ul li a{
color:#ffffcc;
padding: 0px 5px 0px 12px;
}

ul#hp_mainNav li li a{
float:none;
padding: 2px 5px;
border-top:none;
} /* Sub Menu Styles */	

/* Fix IE. Hide from IE Mac \*/
* html ul#hp_mainNav li{ float: left; height: 1%; }
* html ul#hp_mainNav li a{ height: 1%; }
/* End */

ul#hp_mainNav ul{
position: absolute;
left:-2px;
top:27px;
display: none;
z-index:10;
font-weight: normal;
border:none
}


/*  ===Not in Use - 3rd level
ul#hp_mainNav ul ul{
border-top:1px solid #000000;
left: 160px;
top: 0;
}

ul#hp_mainNav li:hover ul ul,
ul#hp_mainNav li:hover ul ul ul,
ul#hp_mainNav li.over ul ul,
ul#hp_mainNav li.over ul ul ul{
display: none;
}
*/

ul#hp_mainNav li:hover ul,
ul#hp_mainNav li li:hover ul,
ul#hp_mainNav li li li:hover ul,
ul#hp_mainNav li.over ul,
ul#hp_mainNav li li.over ul,
ul#hp_mainNav li li li.over ul{
display: block;
color:#000000;
} /* The magic */

ul#hp_mainNav li li.menuparent { 
background: transparent; 
}

ul#hp_mainNav li.menuparent:hover,
ul#hp_mainNav li.over { 
background-color:none !important; 
}

ul#hp_mainNav li ul li.menuparent:hover,
ul#hp_mainNav li ul li.over {
background-color:#720002 !important; 
}

ul#hp_mainNav li a:hover {
color:#000000;
}

ul#hp_mainNav li ul li a:hover {
background:#828838;
color:#000000;
}






/* =Main navigation end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/
