#submenu{
	float:left;
	position:relative;
	left:0;
	width:100%;
	background-color:#93CDF9;
	/*width:195px;*/
}
#submenu ul{
	list-style:none;
	padding:0;
	margin:0;
	text-indent:5px;
}
#submenu li{
	margin:0;
	padding:0;
	font-weight: bold;
}
#submenu a {
	display:block;
	color:#000;
	height:20px;
	line-height:20px;
	background-color:#93CDF9;
	border-bottom:1px dotted #0099FF;
/*	border-right:10px solid F5F5F5;*/
	text-decoration:none;
}
#submenu a:hover,
#submenu a:active{
	color:#fff;
	border-right:10px solid #009AD0;
}