/* Main Website Menu */

#menu {
	width: 150px;
	text-align: left;
}
.menu {
	width: 150px;
	margin-top: 15px;
	border-right: 1px solid #9999CC;
	border-left: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;	
}
.menu ul, .menu li{
	list-style-type: none;
	margin-top: 0px;
	padding: 0px;
}
.menu ul {
	border-bottom: 0px;
	background-color: #FFEDD2;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	color: #2B2B55;
	display: block;
	background-color: #E4E4F1;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9999CC;
}
.menu a:hover {
	background-color: #FFEDD2;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #FF9900;
}
.menu_current {
	font-weight: bold;
	font-style: italic;
}
/* Secondary Menu */
#smenu {
	width: 150px;
	text-align: left;
}
.smenu {
	width: 150px;
	margin-top: 15px;
	border-right: 1px solid #9999CC;
	border-left: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;	
}
.smenu ul, .smenu li{
	list-style-type: none;
	margin-top: 0px;
	padding: 0px;
}
.smenu ul {
	border-bottom: 0px;
	background-color: #E4E4F1;
}
.smenu ul ul {
	padding-left: 10px;
}
.smenu a:link, .smenu a:visited, .smenu a:active {
	color: #FF9900;
	display: block;
	background-color: #FFEDD2;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9999CC;
}
.smenu a:hover {
	background-color: #E4E4F1;
	color: #2B2B55;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #FF9900;
}
.smenu_current {
	font-weight: bold;
	font-style: italic;
}

