a:link {
	color: #004479;
	font-weight: bold;
}

a:hover {
	color: #004479;
	font-weight: bold;
	text-decoration: none;
	background-color: #99CCFF;
}

a:visited {
	color: #004479;
	font-weight: bold;
}

.sideMenu{
	list-style-type: none;
	margin: 0;
	padding: 0; /* width of menu */
	width: 165px;
}

.sideMenu li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sideMenu li a{
	display: block;
	color: #000000; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFcead;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.sideMenu li a:visited, .sideMenu li a:active{
	color: #000000;
}

.sideMenu li a:hover{
	background-color: #FF6600; /*color of menu onMouseover*/
	color: white;
	border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}




.sideSubMenu{
	list-style-type: none; /* width of menu */
	width: 140px;
	padding: 0;
	margin: 0;
}

.sideSubMenu li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sideSubMenu li a{
	display: block;
	color: #000000; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	margin-left: 12px;
}

.sideSubMenu li a:visited, .sideSubMenu li a:active{
color: white;
}

.sideSubMenu li a:hover{
	color: 00a678; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	text-decoration: underline;
}

[if IE]>
<style type="text/css">
.sideMenu li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]

[if IE]>
<style type="text/css">
.sideSubMenu li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]

