@charset "utf-8";
/* CSS Document */

#mainContent {
	vertical-align:top;
	float:left;
	width: 760px;
	margin: 0px;
	padding: 0px;
}
#sidemenu {
	vertical-align:top;
	float: right;
	width: 183px;
	margin: 0px;
	padding: 0px;
}
.title {
	font-family:tahoma;
	font-weight:bold;
	font-size:0.8em;
	background: #FFCC00 url('../images/bg_grad_blue.gif') repeat-x;
	color:#666666;
	text-decoration: none;
	width: 180px;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: right;
	text-indent: 4px;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#sidemenu ul {
	text-align: right;
	list-style-type: none;
	text-indent: 4px;
	padding: 0;
	margin: 0;

}
#sidemenu li {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}

#sidemenu a {
	height:25px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 180px;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height: 20px;
}
#sidemenu a:link {
	background: #FFCC00;
	color: #333333;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#sidemenu a:visited {
	background: #FFCC00;
	color: #333333;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#sidemenu a:hover {
	background: #FF9933;
	color: #333333;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#sidemenu a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}
