div.vmenu {
	width: 150px; 
	position: absolute;
}

div.menu {
	width: 150px; 
	position: absolute;
	border-right: 1px solid #022652;
	border-bottom: 1px solid #022652;
	border-left: 1px solid #022652;
	background-color: #6E80C4;
}

div.menu a:link, div.menu a:visited, div.menu a:active   {
	color: #ffffff;
	text-decoration: none;
}
div.menu a:hover {
	color: #FFCC66;
	background-color: #1D3C6F;
}

.item {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #6E80C4;
	padding: 5px 10px 5px 10px;
}

.menuov {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #1D3C6F;
	padding: 5px 10px 5px 10px;
}

/*
.overatt {
	background: #1D3C6F url("../images/nav/button_bg.gif") repeat-x scroll bottom left; cursor: hand;
	height: 28px;
}

.normat {
	background: #1D3C6F url("../images/nav/button_bg.gif") repeat-x scroll top left; cursor: hand;
	height: 28px;
}
*/
.overatt {
	background: #1D3C6F url("../images/nav/button_bg_new.gif") repeat-x scroll bottom left; cursor: hand;
	height: 40px;
}
.normat {
	background: #1D3C6F url("../images/nav/button_bg_new.gif") repeat-x scroll top left; cursor: hand;
	height: 40px;
}
#oSideNavContent ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
div.blue {
	width: 150px; 
	position: absolute;
	background-color: #6699FF; /* blue */
}
.red, .orange {
	display: block;
	padding: 5px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	border-top: 1px solid #fff;
	border-right: 1px solid #9D6F1D;
	border-bottom: 1px solid #9D6F1D;
	border-left: 1px solid #fff;
	background-color: #CC9900; /* red */
}
.green, .yellow {
	display: block;
	padding: 5px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #022753;
	border-top: 1px solid #fff;
	border-right: 1px solid #C2A877;
	border-bottom: 1px solid #C2A877;
	border-left: 1px solid #fff;
	background-color: #F3F2E9; /* green */
}

.news_col {
	width: 600px;
}


/*
.yellow a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #996600;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}
*/
