<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.nav ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.nav ul li{
	position: relative;
	list-style: none;
}

/* Top level menu links style */
.nav ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
}

.nav ul li a:link, .nav ul li a:visited, .nav ul li a:active{
	background-color: #2a4a7e; /*background of tabs (default state)*/
}

.nav ul li a:visited{
color: white;
}

.nav ul li a:hover{
	background-color: #98b2dd;
	color: #333;
}

/*Sub level menu items */
.nav ul li ul{
	position: absolute;
	width: 165px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}

.nav a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .nav ul li { float: left; height: 1%; }
* html .nav ul li a { height: 1%; }
/* End */

</style>

