/*#middle p {
	padding:10px 10px 0 10px;
	line-height:1.5em;
	font-size:12px;
	margin:0;
	color: #FFFFFF;
}*/
/* Set up the containing div with a background image */
a.menu_h {
	display:block;
	width:228px;
	height:24px;
	text-indent:12px;
	line-height:24px;
	margin:2px 0 0 0;
	border:1px solid #000;
	background-color: #c7f2bc;
}


a.menu_h:hover{color:#fff; background:#CCC; text-decoration:none; }


/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul{list-style-type:none; padding:0; margin:0;}
.menu{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* for IE7 to position the tables correctly */
.menu {position:relative; float:left;}

/* for IE5.5 and IE6 to position the tables corectly */
* html .menu {position:static;}

/* Set up the size of the list items and float left to place inline */
.menu li {
	width:230px;
	height:24px;
	margin:2px 0 0 0;
	border:1px solid #000;
	background-color: #719ffb;
	background-repeat: no-repeat;
	background-position: right top;
}

/* Give the sub level list item a diffent background color to make it 'stand out'. */
.menu li.sub {
	background-color: #5f82c8;
	background-image: url(../bg/plus.gif);
	background-position: right bottom;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table, .menu ul ul table {border-collapse:collapse; width:0; height:0; position:absolute; bottom: 0; top:auto; left:0; font-size:12px;}
.menu ul table, .menu ul ul ul table {top:5px; bottom:auto;}

/* Default link styling */
.menu li a {display:block; color:#000; font-family:arial, sans-serif; font-size:12px; line-height:24px; width:230px; text-decoration:none; text-indent:12px;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {color:#fff; background:#415887; text-decoration:none; }

/* For all browsers except IE5.5 and IE6 to keep the hover state through the menu cascade. */
.menu :hover > a {color:#fff; background:#415887;text-decoration:none; }

/* Give the link OR list a relative position. Depends on which browser is used */
.menu li.sub:hover,
.menu li.sub a:hover {position:relative;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul {position:absolute;left:-9999px; width:128px;}

/* Position the flyout sub levels to the right or left when hovering over the sub level list OR link. */
.menu :hover ul {padding:9px 3px; left:100px; bottom:0; background:transparent url(domain/transparent.gif); padding-top:8px;}
.menu :hover ul :hover ul {padding:9px 3px; left:100px; top:auto; top:-5px; bottom:auto;}
.menu :hover ul :hover ul :hover ul {padding:9px 3px; left:100px; bottom:0; top:auto;}
#men_head
{
	height: 88px;
	width: 230px;
	overflow: hidden;
}
#menu_head
{
	height: 88px;
	width: 230px;
	overflow: hidden;
	background-image: url(../bg/member.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#men_down
{
	height: 88px;
	width: 235px;
	float: left;
}
#down_form{
	margin: 0px;
	padding: 0px;
}

a.down_but1 {
	display:block;
	width:102px;
	height:24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 2px;
}
a.down_but1:visited {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a.down_but1:hover{
	border: 1px solid #FFCC00;
}

