﻿/* lists */
ul.first {
	width : 950px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	margin-bottom : 5px;
	text-align : left;
	padding : 2px 0px 2px 0px;
	list-style-type : none;
/*	background-color : #E4E5E0;*/
	height : 17px;
/*	font-weight : bold;*/
}
ul.first ul {
	padding : 0;
	margin : 0;
	list-style-type : none;
/*	background-color : #EDEDE6;*/
	text-align : left;
}
ul.second {
	list-style-type : none;
	display : none;
	position : absolute;
	top : 22px;
	left : 0px;
	text-align : left;
	border-right: solid 1px #D4D4D4;
	border-bottom: solid 1px #D4D4D4;
	border-top: solid 6px #FFFFFF;
	width : 200px;
	margin : 0;
	padding : 0;
	background-color : #EFEFEF;
}
#nav_1_1_0_0{left : -6px}

/* list items first ul*/
div.menu ul li {padding:0px 0px; display:block;}
ul.first li {
	float : left;
	position : relative;
	width : 200px;
	color : white;
	text-align : left;
	margin : 0;
	padding : 0;
	padding-left : 1px;
}
ul.first a.first, ul.first a.first:link, ul.first a.first:active, ul.first a.first:visited {
	display : block;
	text-align : left;
	margin : 0px;
	padding : 2px 1px 6px 11px;
	text-decoration : none;
}


ul.first .current a.first,
ul.first a.first:active,
ul.first a.first:hover {
    font-weight:bold
/*	background-color : #8A8E91;
	color : white; */
}

/* list items second ul*/
ul.second li.mTwo, ul.second li.mTwoOver {
	float : none;
	width : 193px;
	text-align : left;
	margin : 0px;
	padding : 1px 3px 2px 3px;
	border-bottom: solid 1px #FFFFFF;
	border-right:none;
}
a.second, a.second:link, a.second:visited, a.second:active, a.second:hover {
	color : #757777;
	font-size : 0.9em;
	padding : 3px 2px 3px 12px;
	display : block;
	width : 180px;
/*	font-weight : bold;*/
	text-decoration : none;
/*	background : #DADBCB url(/graphics/leftNavLevelThreeBg.gif) no-repeat -2px 0px;*/
}
a.second:hover {
	color : #757777;
	color : white;
/*	background : #8A8E91 url(/graphics/leftNavLevelTwoBg.gif) no-repeat 0px 0px;*/
}

/* mouseover effects */
ul.first li:hover ul.second, ul.first li.mOneOver ul.second {
	display : block;
	margin : 0;
	padding : 0;
}