/*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:#d1951d}
#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; font-weight:bold;color:#575757;text-transform:capitalize;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 top left; ; padding-left:10px}
#menusecond .menuchildnochildren{background:url(arrow_leftsm.gif) no-repeat left top; 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:100px;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_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;
}
