﻿/* common styling */
#menubar {
	background-position: right;
	background: #323942;/*#001F3E;*/
	font-family: arial, sans-serif;
	width: 100%;/*750px;*/;
	position: relative;
	font-size: 11px;
	margin: 0px 0 0px 0;
	height: 21px;
	z-index: 100;
	color: #000000;
	border-bottom: 2px black solid;
	overflow: hidden ;
/*background-image: url('imgs/menubarright.png');*/	background-repeat: no-repeat;
	/*border-left: 2px white solid;
	border-right: 2px white solid;*/
}


#menu {
	font-family: arial, sans-serif;
	position: relative;
	font-size: 11px;
	height: 25px;
	z-index: 100;
	color: #000000;
}

#menu ul li a, .menu ul li a:visited {
	/*display: block;*/
	background-color: #323942;
	padding-right:15px;
	padding-left:15px;
	text-decoration: none;
	width: 154px;
	height: 20px;
	text-align: left;
	color: #FF471A;
	border: 1px #323942 solid;
	border-right-color: #FF3300;
	border-left-color: #FF3300;
	line-height: 20px;
	font-size: 15px;
	overflow: hidden;
	text-indent: 5px; /*	background-color: #001F3E;*/;
	font-weight: bold;
}
#menu ul {padding:0; margin:0;list-style-type: none; }
#menu ul li {float:left; margin-right:1px; position:relative;}
#menu ul li ul {display: none;}

/* specific to non IE browsers */
#menu ul li:hover a {
	border: 1px #D0E0FB solid;
	color: #fff;
	background: #FF3300;
	/*padding: */
}
#menu ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:155px;}
#menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
#menu ul li:hover ul li:hover a.hide {
	background: #3399FF;
	color: #000;
}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a {
	border: 1px #D0E0FB solid;
	display: block;
	background: #FFFFFF;
	color: #000;
}
#menu ul li:hover ul li a:hover {
	background: #FF3300;
	color: #FFFFFF;
}
#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:155px; top:0;}
#menu ul li:hover ul li:hover ul.left {left:-155px;}

