@import url("/Files/System/CSS/main.css");

#navlist
{
    float:left;
	list-style-type: none;
	width: 100%;
margin:0;
    margin-top: 3px;
    padding: 0px 0 0 0px;
    background: #cde1ec url(/Files/System/bigborder.gif) no-repeat top left;
    font-weight:900;
border-top:0px solid #cde1ec;
}

#navlist li 
{
	float: left;
list-style-type:none;
	position: relative;
	text-align: left;
        background: #cde1ec url(/Files/System/button.gif) no-repeat top left;
	font-size: 12px;
padding:0px 0 2px 0;
margin-left:-1px;
	width: 110px;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
z-index:500;
}

#navlist ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}


#navlist li:hover, #navlist li.over
{
    background: #2f7496 url(/Files/System/button_active.gif) no-repeat top left;
}

#navlist li li:hover, #navlist li li.over
{
    background:#2f7496;
}

#navlist li a:hover, #navlist li.selected a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
font-weight:700;
		padding: auto;
}

#navlist li a
{
	color: #000;
	text-decoration: none;
	display: block;
font-weight:700;
font-size:9px;
		padding: 0px 12px 0px 12px;
}

#navlist li li
{
list-style-type:none;
	display: block;
	background-color: #cde1ec;
	        width: 110px;
word-wrap:break-word;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #ECE8DD;
	border-top: none;
padding-top:5px;
padding-bottom:5px;
}

#navlist li li a 
{
	display: block;
	font-weight: normal;
	color: black;
	background-color: #cde1ec;
	font-size: 10px;
	padding-top: 0px;
	padding-left: 9px;
}

#navlist li li a:hover
{
	border-color: #000;
	border-width: 1px;
font-weight:400;
	color: red;
}

#navlist ul li 
{
	text-align: left;
}

li ul
{
	display: none;
	position: absolute;
	top: 14px;
	left: 0;
	font-weight: normal;
    padding: 0;
}

#navlist li:hover ul, li.over ul
{
	display: block;
}

#navlist
{
	display: block; /* Show dynamic menu for modern browsers */
}

#navlist li.selected
{
    background: #2f7496 url(/Files/System/button_active.gif) no-repeat top left;
}

#navlist li li.selected
{
background:#2f7496;
}

#navlist .selected ul li a
{
color:#000000;
font-weight:400;
	background-color: #cde1ec;
}

 #navlist .selected ul li a:hover
{
color:red;
font-weight:400;
	background-color: #cde1ec;
}

a:hover{
color:#FF0000;
}