/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.fmenu{
	border-bottom-width: 1px;
	text-align: left;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	float: left;
}

* html .fmenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 144px;
}

.fmenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.fmenu a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	font-family: Verdana;
	font-size: .9em;
	font-weight: normal;
}

.fmenu a:visited{
color: #CCCCCC;
}

html>body .fmenu a{ /*Non IE rule*/
width: auto;
}

.fmenu a:hover{
color: #333333;
}
