#nav {
POSITION:relative;
padding:0px;
margin-top:0px;
WIDTH: 100%; 
text-align:left;
BACKGROUND-color: transparent; 
}

#nav UL, a.submenu,a.submenu_selected {
display:block;
margin:0px;
padding:0px;
}

#nav UL {
POSITION: relative;
PADDING: 0px; 
MARGIN: 0px; 
WIDTH: 100%; 
list-style:none;
LIST-STYLE-TYPE: none; 
text-align:left;
}

#nav UL LI {
	POSITION: relative;
	MARGIN: 0px;
	PADDING: 0px; 
	padding-top:5px;
	padding-bottom:5px;
	FLOAT: left; 
	/*Sensitive*/
	background-color:#eee;
	width:100%;
	border-bottom: 1px #ccc solid;	
	text-align:left;
	font-size:11px;
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif,Trebuchet MS,Arial ;
	color:#2469b6;
		
}

#nav LI UL {
PADDING: 0px;
margin:0px;
DISPLAY: none; 
WIDTH: 100%;
POSITION: relative;
TOP: 0px;
left:100%;
}

/*In conjunction with menu.js - displays SUBMENU*/

#nav LI:hover UL {
DISPLAY: inline; 
POSITION: absolute;
background-color:transparent;
}

#nav LI.over UL {
DISPLAY: block; 
POSITION: absolute;
background-color:transparent;
}

li a.submenu,a.submenu_selected { 
margin:0px;
margin-left:0px;
padding:0px;
padding-left:10px;
padding-top:2px;
padding-bottom:2px;
zwidth:100%; 
/*height:25px; -- need to set heigth if you have a tall img!*/

text-align:left;
text-decoration:none;
font-style:none;
font-size:11px;
font-weight:normal;
font-family: Verdana, Helvetica, sans-serif,Trebuchet MS,Arial ;
color:#888;
background-image:url(./images/a.gif);
background-repeat:no-repeat;
background-position:0px 0px;
background-color:transparent;
zborder:1px red solid;
}

a.submenu:hover{
zwidth:100%; 
/*height:25px; -- need to set heigth if you have a tall img!*/

text-decoration:none;
color:#333;
background-color:white;
background-image:url(./images/b.gif);
background-repeat:no-repeat;
background-position:0px 0px;
}

a.submenu_selected {
/*height:25px; -- need to set heigth if you have a tall img!*/

color:white;
font-weight:normal;
background-color:#bbb;
background-image:url(./images/b.gif);
background-repeat:no-repeat;
background-position:0px 0px;
}

a.submenu_selected:hover {
color:white;
zfont-weight:bold;
background-color:#bbb;
}
