@charset "utf-8";
/* CSS Document */


/*
CONTAINER
*/
#sidebar
{
position:absolute;
left:30px;
top:0px;
width:140px;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
/*border-style:dotted; border-width:thin;*/ 
}

/*
MENU STYLES:
*/
#navlist 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist a, #navlist a:visited 
{
	display: block;
	padding: 5px 2px 5px 10px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #009DA7;
	background-image:  url(/shared/images/sidebuttons/l1_down2.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover 
{
	background-color: #34C9C9;
	background-image:  url(/shared/images/sidebuttons/l1_over2.jpg);
	color: #2D1E2D;
	font-weight: bold;
}

#sidebar #navlist .uberlink 
{
	background-color: #34C9C9; /*color of selected button */
	background-image:  url(/shared/images/sidebuttons/l1_over2.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #333 !important;
	font-weight: bold;
	cursor: default;
}


