#nav  {
	position: absolute;
	bottom: 1px;
	right: 0;
	font: 0.8em  Verdana,  sans-serif;
} 
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


#navwrapper ul  li  {
	float: left;
	padding: 0;
	background: #1D3C7C url(images/generic/nav-leftcorner.png) no-repeat top left;
	margin-left: 1px;
	position: relative;
}
#nav li:hover, #nav li.p7hvr {
	background-color: #CC3300;
}

#navwrapper ul  li  a  {
	padding: 4px  10px  4px  10px;
	display: block;
	text-decoration: none;
	background: url(images/generic/nav-rightcorner.png)  no-repeat top  right;
}
#nav  li  a:link  {
	color: #FFF;
} 
#nav  li  a:visited  {
	color: #EEF5FB;
}

#navwrapper ul li ul li {
	background: none;
	margin-left: 0;
}

#navwrapper li li a, #navwrapper li.over li a {
	color: #ffffff;
	background-image: none;
}


/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}



/*
Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac.
*/
#nav li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#nav li ul, #nav ul li  {
	width: 12em;
}

/*
Background Color must be set or problems will be encountered in MSIE.
*/
#nav li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#nav li:hover ul, #nav li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over.
*/
#nav li:hover ul a, #nav li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
#nav li:hover ul a:visited, #nav li.p7hvr ul a:visited {
	color: #9900CC;
	background-color: transparent;
}

#nav ul a:hover {
	background-color: #606060!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. */
#nav li {width: auto;}
