
#maincontainer {
	padding:10px;
	margin:0px;
	width:950px;
}
#container {
	background-color:#FFFFFF;
	text-align:justify;
	padding:10px;
	overflow:auto;
	min-height:450px; /* allows the page to fill screen for pages with little content */
}
/* main level link */

/* CSS solution to drop down menu */
#topmenu {
	margin: 0;
	padding: 0;
	background: #7d7d7d url('/mem/images/gradient.png') repeat-x 0 -110px; 
	line-height: 100%;
}
#topmenu li {
	margin: 0 2px;
	padding: 0 0 5px; /* padding on bottom */
	float: left;
	position: relative;
	list-style: none;
	/* added to stop bouncing*/
	height:30px; /* stops page from "bouncing */
}
#topmenu a {
	font-size:.9em;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 12px;
	margin: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#topmenu a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#topmenu .current a, #topmenu li:hover > a {
	background: #666 url('/mem/images/gradient.png') repeat-x 0 -40px;
	color:#FFF;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	/*text-shadow: 0 1px 0 rgba(255,255,255, 1);*/
}

/* sub levels link hover */
#topmenu ul li:hover a, #topmenu li:hover li a {
	background: none;
	border: none;
	color: #666;
	padding:5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#topmenu ul a:hover {
	/*background: #0078ff url('/mem/images/gradient.png') repeat-x 0 -100px !important;*/
	background: #000066 !important;
	color: #fff !important;
	/*padding:5px;*/
	/* eliminate rounded edges 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	*/
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
	/*padding-bottom:10px;*/
}

/* dropdown */
#topmenu li:hover > ul {
	display: block;
}

/* level 2 list */
#topmenu ul {
	display: none;
	margin: 0;
	padding:3px;
	/*width: 185px;*/
	width:130px;
	font-size:.85em;
	position: absolute;
	top: 36px;
	left: 0;
	z-index:2010;
	background: #ddd url('/mem/images/gradient.png') repeat-x 0 0;
	border: solid 1px #b4b4b4;
	/* eliminate rounded edges 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#topmenu ul li {
	float: none;
	margin: 0;
	height:auto;
	padding:0;
}

#topmenu ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#topmenu ul ul {
	left: 181px;
	top: -3px;
	font-size:.9em;
}

/* rounded corners of first and last link */
#topmenu ul li:first-child > a {
	padding-top:5px;
	/* eliminate rounded edges 
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	*/
}
#topmenu ul li:last-child > a {
	padding-bottom:0px;
	/*
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	*/
}

/* clearfix */
#topmenu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#topmenu {
	display: inline-block;
} 
html[xmlns] #topmenu {
	display: block;
} 
* html #topmenu {
	height: 1%;
}
.dropmenuhr {
	width:85%;
	background-color:#999999; 
	color:#999999; 
	height:1px;
	noshade; 
	border:0px;
	clear:both;
	/*display:none;*/
}
#topmenu ul li {
	clear:both;
	/*border-bottom:1px solid #999;*/
	/*padding-bottom:10px;*/
}
#topmenu ul li a {
	clear:both;
	display:block;
	/*padding:10px;*/
}


/* top menu */
/**********************************/
/* drop down menu styles javascript */
/*********************************/
#member_menu {
	/*background-image:url('/mem/images/member_topmenu5.jpg');*/
	/*background:#ff8202;*/
	/*border-bottom:3px solid #ffcc33;*/
	background:#555555;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	width:950px;
	overflow:auto;
}
#sddm {
	margin: 0;
	margin-left:0px;
	padding: 0;
	z-index: 30;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size:.85em;;
	/*white-space: nowrap;*/
}
#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	min-width:60px;
	/*background-image:url('/mem/images/member_topmenu_5.jpg');*/
	/*background:#ff8202;*/
	color: #FFFFFF;
	text-align: center;
	text-decoration: none
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index:1000;
	text-align:center;
}
#sddm div a {
	min-width:100px;
	text-align:center;
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 5px;
	width: auto;
	/*white-space: nowrap;*/
	/*text-align: left;*/
	text-decoration: none;
	font-size: .9em;
}
#sddm hr {
	width:85%;
	background-color:#AAAAAA; 
	color:#AAAAAA; 
	border:0; 
	height:1px;
	padding:0px;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
/* menu rollover - menu links without dropdown */
.rollover a {
	display: block;
	width:100px;
	text-decoration: none;
	float:left;
}
.menutext {
	margin-top:5px;
	text-align:center;
	font-size:.95em;
}
/* end of drop-down javascript styles */

