/*CSS DOCUMENT*/
div#menu_list{
	font-size:12px;
	font-family:Tahoma;
	text-weight:bold;
	color:#fff;
}

#menu_list UL{
	margin: 0;
	padding: 0;
}
div#menu_list UL LI{
	display: inline;
	list-style-type: none;
	padding: 5px;
	margin:0;
	border-color:#B6B6B6;
	border-width:1px 1px 0 1px;
	border-style:solid;
	background-color:#5EA1D7;
}


#menu_list a{
	position:relative;
	color:#FFFFCC;
	text-decoration:none;
	line-height:2em;
	background: url(collapse.gif) no-repeat left center;
	padding:0 1em; 
}

#menu_list a:hover{
		color:#004080;
	text-decoration:underline;
}

#menu .menuchildselected A, #menusecond .menuchildselected A{ color:#941C38; font-weight:bold}
#menu .menuchild{padding:3px 0}
#menu .menuchildon{background:url(arrow_leftsmdown.gif) no-repeat center right; padding-left:20px}
#menu UL, #menusecond UL {	padding: 0 0 2em 0;	margin: 0 0 0 1em;}
#menu UL LI{
	padding: 8px 0 8px 0px;
	margin: 0;
	list-style-type: none;
	background-image: url(menu_separator.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#menu a {font-family:Tahoma, Arial;font-size:11px;font-weight:bold;color:#575757;text-transform:uppercase;border: 0px;border-left:0px solid #ffffff; padding-right:16px; }
#menu A:hover{color: #4491D0; background:url(collapse.gif) right no-repeat; }

#menusecond A{ 	font-family:Tahoma, Arial;font-size:12px; color:#575757;border: 0px;padding-right:16px}
#menusecond A:hover{background:url(collapse.gif) right no-repeat; }
#menusecond .menuchild{background:url(arrow_leftsmempty.gif) no-repeat left top; padding-left:10px}
#menusecond .menuchildopened{background:url(arrow_leftsmdown.gif) no-repeat left center; ; padding-left:10px}
#menusecond .menuchildnochildren{background:url(arrow_leftsm.gif) no-repeat left center; padding-left:10px}
#menusecond UL LI {	padding: 3px 0 3px 0px;	margin: 0;	list-style-type: none;line-height:normal}

#menu_list_admin UL {list-style-type: none; background-color:#00F00; margin:0; padding:0}
#menu_list_admin UL LI{	float:left; width:90px;border:1px solid #B6B6B6; background-color:#5EA1D7; margin:0 2px; padding:3px 0; text-align:center; border-bottom-width:0}
#menu_list_admin A{text-decoration:none; color:#FFFFFF}
#menu_list_admin A:hover{text-decoration:none; color:#000000;}
#menu_list_admin .menuchildselected A{ color:#FFFF00}

/* menu list for auth users (my account)*/
/* to stretch the container div to contain floated list */
#menu_list_auth:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}
#menu_list_auth UL {list-style: none; width: 95%; margin:0 auto; padding:0}
#menu_list_auth  UL LI{
	display: block;
	float: left;
	margin:0px;
	padding:0;
	width: 20%;
}
#menu_list_auth A{
	display: block;
	width: 100%;
	padding: 0.5em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: #f7f2ea;
}
#menu_list_auth>ul li a { width: auto; }
#menu_list_auth UL .menuchildselected a
{
background: #f0e7d7;
color: #800000;
}

#menu_list_auth UL li a:hover, #menu_list_auth ul li a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
/* end menu list for auth users */

#menu_h UL{
text-align: center;
padding-bottom: 5px;
padding-top: 0px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #efefef;
color: #333;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#menu_h li{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#menu_h li a, #menu_h li a:link
{
background: #fff;
color: #555;
text-decoration: none;
padding: 3px 2em;
border-bottom-width:0;
}

#menu_h li a:hover
{
color: #039;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}

#menu_h li a#current, #menu_h li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#menu_h li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}

/* main menu */
#lmenu ul {	padding: 0 10px;margin: 0px;	border: 2px solid #7f7f7f;	list-style-type: none;}
#lmenu ul li {padding: 10px 20px 10px 10px;border-bottom: 2px solid #ebebeb; display: block;background: url(bull4.gif) no-repeat left center;}
#lmenu ul .lmenulast {	border-bottom-width: 0px;}
#lmenu ul li a {color: #333;	text-decoration: none;border-bottom: 1px solid #fff;}
#lmenu ul li.menuchildselected a {border-bottom-color: #FD0000;}
#lmenu ul li a:hover {border-bottom-color: #00F;}
#lmenu {width: 204px;position: absolute;left: 27px;top: -120px;background-color: #fff;}