@charset "UTF-8";


.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/

}

.glossymenu a.menuitem{
background: black url(images/menu_bg.jpg) repeat-y top left;
font-family: verdana, sans-serif;
	font-size:11px;
	color:#000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
 margin-bottom : 1px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color:#000;
}

.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: url(images/menu_bg.jpg) repeat-y left top;
color: #D90082;
}

.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 #E8B7C6;
}

.glossymenu div.submenu ul li a{
display: block;
font-family: verdana, sans-serif;
	font-size:11px;
	color:#000;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: White;
color: #D90082;
}

/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#nav {
	padding:0;
	margin:0;
	list-style:none;
	width:175px;
	position:relative;
	font-family: verdana, sans-serif;
	font-size:11px;
	height: 400px;
}
#nav a:hover {
	text-decoration:none;
	color: #D90082;
}
#nav dt b, #nav dt a {
	display:block;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	cursor:pointer;
	width:175px;
	background: url(images/menu_bg.jpg) repeat-y left top;
	line-height: 24px;
	padding-left: 0px;
	text-indent: 7px;
}
#nav dt b {
	background:url(images/menu_bg.jpg) repeat-y left top;
}
#nav dt a {
	color:#000;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
}
#nav dd {padding:0; margin:0;}
#nav dd ul {
	padding:0;
	margin:0;
	list-style:none;
}
#nav dd ul li {
	width: 155px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E8B7C6;
	margin-left: 15px;
	padding-bottom: 3px;
}
#nav dd ul li a {
	font-size:11px;
	color:#000;
	text-decoration:none;
}

