@charset "UTF-8";
/* CSS Document */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 15px;
	text-align: center;
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 6px;
	padding-left: 6px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

#nav li {
	float: left;
	padding: 0px;
}
#nav li ul {
	position: absolute;
	width: 100px;
	left: -900em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.sub li {
	background-color: #33CCCC;
}
#nav .sub a {
	background-color: #cc66cc;
	font-size: 11px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	text-align: left;
	width: 150px;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#nav .sub a:hover {
	color: #FFFFFF;
	background-color: #333333;
	background-image: none;
}
#nav a:hover {
	color: #cc66cc;
}
#nav .norightborder a {
	border-right-style: none;
}
#nav li:hover, #menu li.hover {  
    position: static;  
}  
