<style type="text/css">

#content a:link {
    text-decoration:   underline;
    color:             #000050;
    background:        transparent;
    font:              normal normal 10pt Verdana, Arial, Helvetica, sans-serif;
}
#content a:visited {
    color:             #500050;
    background:        transparent;
}
#content a:active {
    color:             #ff00c0;
    background:        transparent;
}
#content a:hover {
    text-decoration : underline;
}


#content h3 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #000000;
}

#content td,div,span,p,.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color:#000000;}
font {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color:#000000;}

/*-------------- menu styles ---------------------*/
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:150px
}

* html ul#nav li, ul#nav ul li {
	position: relative;
	width:148px;
	border: 1px solid #ccc;
}
/* keep folowing styles together..........................*/
* html ul#nav ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul#nav li {float:left;/* hide float from ie5*/}
* html ul#nav ul {
	width:150px;	
	w\idth:148px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul#nav ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

#nav li ul {
	position: relative;
	display:none;
}
#nav li ul li {
	width:139px;
	border-left:8px solid blue
}

/* Styles for Menu Items */
#nav li a,
#nav ul li a {
	display:block;
	text-decoration: none;
	color: #777;
	background: #ffffcc; /* IE6 Bug */
	line-height:2em;
	height:2em;	
	padding:0 5px
}
#nav li li a {background:#f2f2f2}

/* set dropdown to default */
#nav li:hover li a, 
#nav li.over li a {
   color: #777;
   background-color: #f2f2f2;
}

/* this sets all hovered lists to red */
#nav li a:hover,
#nav li:hover a, 
#nav li.over a,
#nav li:hover li a:hover, 
#nav li.over li a:hover {
   color: #fff;
   background-color: red;
}

#nav li ul li  {  } /* Sub Menu Styles */
#nav li.on ul { display:block !important } /* The magic */
#nav li.off ul{display:none !important}
#nav li.on a{color:blue;font-weight:bold}/* set colour of selected item*/
#nav li.on ul a{background:#f2f2f2;color:#777;font-weight:normal}/* keep nested anchors original colour*/

</style>

