@charset "UTF-8";
/* CSS Document */

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 180px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #9A9A9A;
	border-bottom: 1px solid #333;
	border-left: 1px solid #9A9A9A;
}

.glossymenu a.menuitem{
	background: black url(/design/js/ddaccordion/glossyback.jpg) repeat-x bottom left;
	color: #333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-variant: small-caps;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #333;
}

.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-image: url(/design/js/ddaccordion/glossyback2.jpg);
}

.glossymenu a.menuitem:active{
background-image: url(/design/js/ddaccordion/glossyback2.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #333;
	color: #FFF;
}

.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 #777;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	color: #000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.membertitle {
	margin: 5px 0;
	padding: 0;
	width: 730px;
}
.membertitle a:link {
	background: black url(/design/js/ddaccordion/glossyback.jpg) repeat-x bottom left;
	color: #333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #333;
	border-left: 1px solid #FFF;
	border-right: 1px solid #333;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-variant: small-caps;
}
.membertitle a:visited {
	background: black url(/design/js/ddaccordion/glossyback.jpg) repeat-x bottom left;
	color: #333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #333;
	border-left: 1px solid #FFF;
	border-right: 1px solid #333;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-variant: small-caps;
}
.membertitle a:active {
	background: black url(/design/js/ddaccordion/glossyback2.jpg) repeat-x bottom left;
	color: #333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #333;
	border-left: 1px solid #FFF;
	border-right: 1px solid #333;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-variant: small-caps;
}
.membertitle a:hover {
	background: black url(/design/js/ddaccordion/glossyback2.jpg) repeat-x bottom left;
	color: #333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #333;
	border-left: 1px solid #FFF;
	border-right: 1px solid #333;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-variant: small-caps;
}
