/* CSS Document */


/* Start header menu */

#menu .activelink {}
#menu a.nonactivelink{background-color:green;width:105px;}

#menu {
width: 890px;
/*background: #939192;*/
float: left;
margin:0 0 0 0;
padding:4px 0 4px 2px;
border: 1px solid #CCCCCC;
}

#menu ul {
list-style: none;
margin: 0 0 0 2px;
padding:0;
float: left;
}

#menu a{
color: #fff;
text-decoration: none;
white-space:nowrap;
}

#menu a:hover{
color: #fff;
text-decoration:underline;
}

#menu h2{
	font-weight:normal;
	margin:0;
	width:100%;
	display:block;
	padding:0;
}

#menu li {position: relative; left:0px;margin:0;z-index:500;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
z-index:500;
}
#menu ul ul{
	position: absolute;
	z-index: 500;
	width: 12em;
	left:0px;
	margin-top:5px;
	padding-top:9px;
	background-image:url(/design_images/dropnav_bg.png);
	background-repeat:repeat;
}

#menu ul li{
		padding: 7px 0px 5px 0px;
		margin:-2px 0 0 2px;
		text-align:center;
/*		background:#939192;*/
}
/*#menu ul li:hover {
	background:#EB9203;
}*/
#menu ul ul li {
	padding:7px 0px 7px 0px;
	margin:0 0 0 0;
/*	background:#939192;*/
	text-align:center;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
/*	border-bottom:solid 1px #fff;*/

}
#menu ul ul li a {
	font-weight:normal;
	font-size:12px;
}
#menu ul ul li:hover {
	background:#EB9203;
	text-decoration:underline;
}

div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}
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 css header menu */


.headerMenuLink {
	width:150px;
}

#headerMainCell {
	height:61px;
	vertical-align:middle;
}
#headerMainCell h1 {
	color:#ffffff;
	margin:18px;
}
.headerMenuCell {
/*	background-color: #479C23;*/
	text-align: left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	padding:2px 0 0 32px;
	height:20px;
	vertical-align:middle;
	text-transform:lowercase;
}

.headerMenuCell a {
	color:#ffffff;
	font-size:12px;
}


/* End css header menu */


