
.aspmenu 
{       
    border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(images/horizon.jpg);
	background-repeat: repeat-x;
	width: 330px;
}


.p7menubar, .p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}


.p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;	
	font-size: 1em;
	color: #FFFFFF;
}
.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;}
