/* CSS Document */

ul.menu, #sitemenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#sitemenu a {
	font-weight: bold;
	color: #000055;
}

#sitemenu a {
	text-decoration: none;
}

#sitemenu li li a {
	display: block;
	font-weight: normal;
	color: #000055;
	padding: 0.2em 20px;
}

#sitemenu li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #000055;
	border-width: 0 5px;
	font-weight:bold;
		
}

#sitemenu li {
	float: left;
	position: relative;
	width: inherit;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 0 px;
	border-width: 0px;
}

#sitemenu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: bottom;
	padding: 0 0 0 0;
	border-right: 0;
	background-color: #CCCCCC;
	
}

#sitemenu li>ul {
	top: auto;
	left: auto;
}

#sitemenu li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	height: auto;
	width:160px;
	border-bottom:solid;
	border-bottom-color:#000055;
	border-bottom-style:ridge;
	border-bottom-width:thin;
}

#sitemenu li:hover ul, #sitemenu li.over ul, #sitemenu li:focus ul {
	display: block;
}