﻿/*  CSS2 MENU IMPLEMENTATION (c) Ramesh Yadav 2009 */
/* ------------------------------------------------------------------------------------------ */
div#headfixed 
{
	width:100%; background-color:#444; border-bottom: 3px solid #666; position:fixed; top:0; left:0; width:100%; z-index:500;
}
#menufixed
{
	float:right;
	position:relative;
	right:50%;
	text-align:left;
	z-index:10000;
}
#menucontainer
{
	position:relative;
	left:50%;
	z-index:10000;
}
#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 7em;
	float:left;
	text-align:left;
	position:relative;
}
#menu a, #menu h2 {
	font: bold 14px/14px arial, helvetica, sans-serif;
	display: block;
	/* border-width: 1px; */
	/* border-style: solid; */
	/* border-color: #ccc #888 #555 #bbb; */
	margin: 0;
	padding: 5px 3px 5px 5px;
	text-align:center;
}
#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
	background-image: url(../imgs/menuback.png);
}
#menu a {
	color: #fff;
	background: #000;
	text-decoration: none;
	background-image: url(../imgs/menuback.png);
}
#menu a:hover {
	color: #000;
	background: #EAC117;
}
#menu li {position: relative;
}
#menu ul ul {
	position: absolute;
	z-index: 1500;
}
#menu ul ul a {
 border-bottom: solid 1px #999;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/* END OF MAIN MENU IMPLEMENTATION*/

/* BOTTOM NAV MENU*/
.navWrapper 
{

}
.navContainer
{

}
.navInnerElement
{
margin-bottom: 1em;
overflow: hidden;
}

.navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

.navlist li
{
border-left: 2px solid #000;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}
