/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

*{border:none;}

body{margin:0.5em;font-family:verdana,tahoma,arial,sans-serif;}

/* Begin CSS Popout Menu */

#rtshift{
margin:0 0 0 5px;
}

/* MAIN CONTENT Menu */

#menu{
	position: absolute;
	top: 435px;
	left: 5px;
}

#menu h2{
font:bold 10px/15px arial,helvetica,sans-serif;
display:block;
border-width:1px 0 1px 0;
border-style:solid;
border-color:#112233 #ffffff #112233 #ffffff;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
}

#menu h2{
color:#708090;
background:#ffffff url(/css/images/expand.gif) no-repeat 100% 100%;

}

#menu a{
font:bold 10px/14px arial,helvetica,sans-serif;
display:block;
border-width:0px;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
}

#menu a{
background:#ffffff;
}

#menu a, #menu a:visited{
color:#5f727e;
}

#menu a#h1{
color:#777777;
background:#ffffff;
}

#menu a:hover, #menu a#h1:hover {
color:#333333;
background:#ffffff;
}

#menu a#dead:hover {
color:#777777;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li li a {
	display: block;
	font-weight: bold;
	color: #777777;
	padding: 0;
}

/*  this changes the border of hovered links
   #menu li li a:hover {
	padding: 0;
	border: solid #7d6340;
	border-width: 0 1px;
}  */

li {
	float: left;
	position: relative;
	width: 95px;
	text-align: center;
	cursor: default;
	border: 1px solid #999999;
	border-width: 1px 0;
}

li#first {
	border-left-width: 1px;
}

li#last {
	border-right-width: 1px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0em 0 0em 0;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;	
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/* End MAIN Menu */

/* INFO Menu */

#infomenu{
	position: relative;
	top: 435px;
	right: 5px;
}

li#info {
	border-width: 0px;
}

#infomenu li {
	float: right;
	position: relative;
	width: 70px;
	text-align: center;
	cursor: default;
	border: 0px solid #999999;
	border-width: 0px;
}

#infomenu a{
font:bold 10px/14px arial,helvetica,sans-serif;
display:block;
border-width:0px;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
}

#infomenu a{
background:#ffffff;
}

#infomenu a, #infomenu a:visited{
color:#996666;
}

#infomenu a:hover{
color:#444444;
background:#ffffff;
}



