﻿/* Styles for Navigation */
#MenuTop {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: small;
	padding:10px 0px 10px 0px;
}
#MenuTop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;padding-bottom:4px;
}
#MenuTop li {
	display: inline;
	padding:1px 8px 1px 8px;
	background-color:#ca7;
}
#MenuTop a:link, #MenuTop a:visited {
	color: white;
	border: 1px white solid;
	text-decoration:none;
	padding:1px 10px 1px 10px;
}
#MenuTop a:hover {
	color: #004297;
	border: 1px white yellow;
	background:white;
	text-decoration:none;
	padding:1px 10px 1px 10px;
}
#MenuBottom {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: xx-small;
}
#MenuBottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#MenuBottom li {
	display: inline;
	padding-right: 8px;
}
#MenuLeft {
	position: relative;
	float: left;
	width: 136px;
	color: #FFFFFF;
	font-size:13px;
}
#MenuLeft ul {
	list-style-type: none;
	width: 136px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-image:none;
}
#MenuLeft li {
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#MenuLeft a {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	color: #FFDFFF;
	display: block;
	height:36px;
	background-image: url('../images/theme/left_normal.gif');
	background-repeat: no-repeat;
}
#MenuLeft a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url('../images/theme/left_selected.gif');
	background-repeat: no-repeat;
}

#MenuLeft2 ul {
	height:22px;
}

#MenuLeft2 a {
	padding-top: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFDFFF;
	display: block;
	height: 22px;
	background-image: url('../images/banner_background.gif');
	background-repeat: repeat-y;
	font-size:12px;
}
#MenuLeft2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	background-image: url('../images/banner_background.gif');
	background-repeat: repeat-y;
}
