@charset "UTF-8";
/* CSS Document */


#navigation a {
	text-decoration: none;
	font: small Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

a:link {
	color: #999;
}

a:visited {
	color: #790;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: red;
}

div.divlink {
	margin-left: -5px;	
}

.divlink a {
	display: block;
	width: 117px;
	background: url(images/navbg.gif) repeat;
}

.divlink a:hover {
	background: url(images/navhoover.gif) repeat;
	color: #2B4486;
}

ul {
	list-style: none;
	padding: 0;
}

ul#nav {
	margin: 0px 0px 0px 27.5px;	
}

#nav a {
	font-weight: bold;
	color: #99cc99;
}

#nav a {
	text-decoration: none;
	padding: 5px 0px;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #2B4486;
	padding: .2em 10px;
	font-size: 10px;
}

#nav li li a:hover {
	width: 93px;
    background: url(images/navhoover.gif) repeat;

}

li {
	float: left;
	position: relative;
	width: 7.09em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #2B4486;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #fff;
	border-right: solid 1px #666666;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
}

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;
}
