@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.submenu{
	float: left;
	width: 220px;
	margin-top: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006c8c;
	margin-left: 30px;
}

.submenu ul{
	text-align: right;












//set value to "left", "center", or "right"*/
;
	margin: 0px;
	padding: 0px;
}

.submenu ul li{
	display: block;
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}

.submenu ul li a{
	color: #006c8c; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	font-size: 0.8em;
	padding-right: 11px;
	background-image: url(../images/submenu-bullet.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 12px;
	padding-top: 2px;
	display: block;
}
.submenu ul li a:hover{
	text-decoration: underline;
}
