﻿#Menu1_csstopmenu, #Menu1_csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#Menu1_csstopmenu li{
float: left;
position: relative;
}

#Menu1_csstopmenu a{
text-decoration: none;
}

.mainitems{
border: none;
border-left-width: 0;
background-color: #1E2B4B;
}

.headerlinks a{
margin: auto 0px;
font-weight: bold;
color: black;
}

.submenus{
	display: none;
	/*width: 85px;*/
	border: 1px;
	position: absolute;
	line-height: 20px;
	/*left: 58px;*/
}

.submenus li{
width: 100%;
position: relative;
top: -1px;
}

.submenus li a{
	display: block;
	width: 100%;
	text-indent: 10px;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.submenus li a:hover{
	background-color: white;
	color: black;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
background-color:#CCCCCC;
}

.submenus2{
	display: none;
	width: 128px;
	border: 1px;
	position: absolute;
	line-height: 20px;
}

.submenus2 li{
width: 100%;
position: relative;
top: -1px;
left: 28px;
}

.submenus2 li a{
	display: block;
	width: 100%;
	text-indent: 10px;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.submenus2 li a:hover{
	background-color: white;
	color: black;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

html>body .submenus2 li a{ /* non IE browsers */
width: auto;
background-color:#CCCCCC;
}


#Menu1_csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#Menu1_csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}

a:link {
	color: #1E2B4B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000066;
}