@charset "utf-8";
/* CSS Document */

.glossymenu{
	margin: 0px 0;
	padding: 0;
	width: 250px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu table.menuitem,.glossymenu table.menuitem_cur{
	background: url(../images/glossyback2.gif) repeat-x bottom left;
}
.glossymenu td.menuitem,.glossymenu td.menuitem_cur{
	background: url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	padding: 4px 0;
	padding-left: 10px;
	cursor:pointer;
}
.glossymenu td.menuitem_cur{
	color: #00aaff;
}
.glossymenu td.menuitem span,
.glossymenu td.menuitem_hover span,
.glossymenu td.menuitem_cur span,
.glossymenu td.menuitem_cur_hover span {
    font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	float:left;
}

.glossymenu td.menuitem_hover,.glossymenu td.menuitem_cur_hover{
	background: url(../images/glossyback2.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	padding: 4px 0;
	padding-left: 10px;
	cursor:pointer;
}

.glossymenu td.menuitem img,
.glossymenu td.menuitem_hover img,
.glossymenu td.menuitem_cur img,
.glossymenu td.menuitem_cur_hover img { /*CSS for icon image that gets dynamically added to headers*/
	float:right;
	position:relative;
	right:0;
	top:0;
}
.glossymenu td.submenuitem,.glossymenu td.submenuitem_cur{
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	border-bottom: 1px solid blue;
	padding: 2px 0;
	padding-left: 10px;
	cursor:pointer;
}

.glossymenu td.submenuitem_cur{
	color: #003399;
}
.glossymenu td.submenuitem_hover,.glossymenu td.submenuitem_cur_hover{
	background: #CC3300;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	border-bottom: 1px solid blue;
	padding: 2px 0;
	padding-left: 10px;
	cursor:pointer;
}

.glossymenu td.submenuitem span,
.glossymenu td.submenuitem_hover span,
.glossymenu td.submenuitem_cur span,
.glossymenu td.submenuitem_cur_hover span {
font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
}
