/* CSS Document */


body {
	margin:0px;
	font-family: Garamond, "Adobe Garamond Pro", Georgia;
	font-size:14px;
	}
#nav {
	margin-left:50px;
	width:auto;
	height:auto;
	z-index:2;
	float:left;
	display:inline;
	background-color:#FFFFFF;
}

li {
	list-style:none;
	font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:14px;


}

.glossymenu{
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:16px;
margin: 5px 0;
padding: 0;
width:auto; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
/*background-image:url(images/mu.gif);
background-repeat:no-repeat;*/
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:16px;
font-weight:bold;
height:auto;
padding-top:2px;
color:#2F0388;
text-align:left;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
}

.glossymenu a.activemenuitem{
/*background-image:url(images/mo.gif);
background-repeat:no-repeat;*/
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:16px;
font-weight:bold;
height:auto;
padding-top:2px;
color:#2F0388;
text-align:left;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color:#2F0388;
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:16px;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:14px;
top: 3px;
right: 95px;
border: none;
color:#2F0388;
}

.glossymenu a.menuitem:hover {
/*background-image:url(images/mo.gif);*/
background-repeat: no-repeat;
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:16px;
font-weight:bold;
color:#2F0388;

}

.glossymenu a.menuitem:active {
/*background-image:url(images/mo.gif);*/
background-repeat: no-repeat;
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:16px;
font-weight:bold;
color:#2F0388;

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:14px;
padding-top:5px;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding-left:20px;
color:#2F0388;
}

.glossymenu div.submenu ul li{
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:14px;
/*background-image:url(images/smu.gif);*/
background-repeat: no-repeat;
padding-top:5px;
height:auto;
}
.glossymenu div.activesubmenu ul li{
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:14px;
/*background-image:url(images/smu.gif);*/
background-repeat: no-repeat;
height: 18px;
}
.glossymenu div.submenu ul li a{
display: block;
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:14px;
font-weight:bold;
color:#2F0388;
text-align:left;
text-decoration: none;
height: 18px;
}

.glossymenu div.submenu ul li a:hover{
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:14px;
/*background-image: url(images/smo.gif);*/
background-repeat:no-repeat;
color:#2F0388;
}

.glossymenu div.submenu ul li a:active{
font-family: Garamond, "Adobe Garamond Pro", Georgia;
font-size:14px;
/*background-image: url(images/smo.gif);*/
background-repeat:no-repeat;
color:#2F0388;
}
