@charset "utf-8";

/* common styling */

#topnav {
	font-family: arial, sans-serif;
	width:763px;
	height:25px;
	font-size:11px;
	z-index:100;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #000000;
	margin-bottom:5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#topnav ul li a {
	display:block;
	text-decoration:none;
	color:#000;
	text-align:left;
	color:#666;
	line-height:20px;
	font-size:11px;
	overflow:hidden;

}

#topnav ul {
	padding:0;
	margin:0px;
	list-style: none;
	
}

#topnav ul li {
	padding:3px 10px 0px 10px;
	float:left;
	position:relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#topnav ul li ul {
	margin:0px;
	display: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#topnav .btmborder {
	background-image: url(../images/topnav-bt-border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

#topnav ul li ul li {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #333333;
}

.margintop {
	margin:0px;
	margin-top:3px;
}
/* specific to non IE browsers */

#topnav ul li:hover a {
	color:#510000;
}
#topnav ul li:hover ul {
display:block; position:absolute; top:21px; left:0; width:105px;
}
#topnav ul li:hover ul li:hover a.hide {
	color:#510000;
}

#topnav ul li ul li {
	background-color:#FFF;
	width:104px;
	height:20px;

}

#topnav ul li:hover ul li ul {display: none;}
#topnav ul li:hover ul li a {
	display:block;
	color:#666;
}
#topnav ul li:hover ul li a:hover {
	color:#510000;
}
#topnav ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#topnav ul li:hover ul li:hover ul.left {left:-105px;}

