﻿#pagesubnav
{
	width: 200px;
	height: 100%;
	vertical-align: top;
	
	background-color: #FFFFFF;
	border-right: 1px solid #eeeeee;
	/*filter:alpha(opacity=87);*/
}
#pagesubnavhead
{
	
	height: 40px;
	width: 100%;
}
.navmenucontainer
{
	width: 100%;
}
.navlink hr
{
	height:1px;
	color:#000000;
	width:95%;
	text-align:center;
	padding:0px;
}

.navlink, .navlink1, .navlink2, .navlinkhover, .navlinkselected
{
	font-weight: bold;
	font-family: Verdana;
	width:200px;
	background-color: #ffffff;
}
.navlink
{
	font-size: 12px;
	color: #333399;
	padding: 10px 0 10px 0;
}
.navlink1
{
	font-size: 10px;
	color: #333399;
}

.navlink2
{
	font-size: 9px;
	color: #000066;
}
.navlinkhover
{
	
	background: url(/images/menu_hover.jpg) repeat-y top left!important;	
}
.navlinkselected
{
	
	background: url(/images/menu_hover.jpg) repeat-y top left!important;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
