@charset "utf-8";
#sidemenu ul li a {
	display: block;
	text-decoration: none;
	color: #163E96;
	font-weight: normal;
	padding: 10px 20px;
	background: url(../../images/layout/menu-side.gif) no-repeat center bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#sidemenu ul li a:hover {
	background: #98002E;
	color: #FFF;
	text-decoration: none;
}
#sidemenu ul {
	padding: 0px 0px;
	list-style-type: none;
	font-size: 85%;
	margin: 5px 0px 0px;
}

#sidemenu li {
	margin: 0px;
	padding: 0px;
}
#sidemenu li.sub a{
	padding-left: 35px;
	font-weight: normal;
}

#sidemenu a:active {
	text-decoration: none;
}
#sidemenu li.sub a:hover {
	background: #98002E;
	font-weight: normal;
	color: #FFF;
}
#ver-active-sub #ver-current-sub, #ver-active-sub #ver-current-sub a:hover {
	color: #163E96;
	background: #F5EEE9;
}

#ver-active #ver-current, #ver-active #ver-current a:hover {
	color: #163E96;
	font-weight: normal;
	background: #FEFDFC;
}
