#box-header { 
z-index: 200;
}

#box-content { 
clear: left;
z-index: 100;
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
z-index:101;
}

.mainitems{
border: 0px solid black;
}

.mainitems a{
margin-left: 0px;
margin-right: 0px;
text-decoration: none;
}

.subuls{
/* display: none; */
display: none;
position: absolute;
top: 33px;
left: 0;
padding: 5px;
width: 97px;
background-color: #FFFFFF;
}

.subuls li{
width: 100%;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/* normally set to auto but if top level item is a div then postion explicitly */
top: 33px;
left: 0px;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
} 

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
       background-color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	      
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 100%;
}
.subnav a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
       background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	text-align:left;
	display: block;
	padding-left: 10px;	
	width: 89%;
	padding-top: 4px;
	padding-bottom: 4px;
}
.subnav a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
       background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-left: 10px;	
	width: 89%;
	padding-top: 4px;
	padding-bottom: 4px;
}
.subnav a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f2f2f2;
       color: #ec2028;
       text-decoration: none; 
	background-image: url(/images/nav-arrow-off.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	text-decoration: none;
	/* display: inline-block; */
	display: block;
	padding-left: 10px;	
	width: 89%;
	padding-top: 4px;
	padding-bottom: 4px;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
	float: left;
}

.mainitems a
{
	background: url(/images/tab_sh.gif) no-repeat left top;
	line-height: 2em;
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 97px;
	padding-right: 4px;
	padding-top: 5px;
	height: 28px;
	float: left;
}

.mainitems a:link
{
	background: url(/images/tab_sh.gif) no-repeat left top;
	line-height: 2em;
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 97px;
	padding-right: 4px;
	padding-top: 5px;
	height: 28px;
	float: left;
}

.mainitems a:visited
{
	background: url(/images/tab_sh.gif) no-repeat left top;
	line-height: 2em;
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 97px;
	padding-right: 4px;
	padding-top: 5px;
	height: 28px;
	float: left;
}

.mainitems a:hover
{
	background: url(/images/tab_nsh.gif) no-repeat left top;
	line-height: 2em;
	float: left;
	display: block;
	color: #EC2028;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 97px;
	padding-right: 4px;
	padding-top: 5px;
	height: 28px;
}



.mainitems-select a
{
	background: url(/images/tab_nsh.gif) no-repeat left top;
	line-height: 2em;
	float: left;
	display: block;
	color: #666666 !important;
	text-decoration: none !important;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 97px;
	padding-right: 4px;
	padding-top: 5px;
	height: 28px;
}
