﻿body#current a#currentpage {
		background-color: #013186;
		color: #ffffff;
}

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 200px; /*width of menu*/
}

.glossymenu a.menuitem{
		font-family: verdana, sans-serif;
		font-weight: bold;
		font-size: 70%;
		display: block;
		text-decoration: none; 
		background-color: #e1e1e3;
		margin-bottom: 4px; /*bottom spacing between header and rest of content*/
		position: relative;
		padding: 0.6em 0 0.6em 0.5em; /*header text is indented 10px*/
		color: #333333;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
		color: #333333;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover{
		background-color: #013186;
		color: #ffffff;
}
/* Submenu begins here */

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #dadada;
	margin-bottom: 2px;
	margin-top: 2px;
}

.glossymenu div.submenu ul li a{
	display: block;
	background: url("images/borders_spacers_etc/arrowbullet.png") no-repeat center left; /*custom bullet list image*/
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 70%;
	color: #013186;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 19px;
}

.glossymenu div.submenu ul li a:hover{
	background: url("images/borders_spacers_etc/arrowbullet.png") no-repeat center left; /*custom bullet list image*/
	background-color: #F3F3F3;
}
