
.aspmenu 
{  
    font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #2163E8;
	color: #000000;
	padding: 0px;
	background-color: #CFDDF8;
	
    /*
    border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(images/horizon.jpg);
	background-repeat: repeat-x;
	width: 100%;
*/
}

.banner 
{
    width: 80%;    
}

.helpBox
{
    position:absolute;
    top:8%;
    right: 0px;
}


.p7menubar, .p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Helvetica, sans-serif;
	position:relative;
	left:35%;
	
}


.p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;	
	font-size: 1em;
	color: navy;
}
.p7menubar a:hover {
    color: #000000;
}
/******************************************
DROP DOWN STYLES
******************************************/
.dropdown{
    position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(images/bluefade.jpg);
	background-repeat:repeat-x;
	font-size: .85em;
}

.dropdown a 
{
    display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;	
	font-size: .85em;
	color: #000000;
}

.dropdown a:hover {
    background-color: Navy!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}
.p7menubar li {width: auto;}
