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

.underlinemenu{
	width: 100%;
}

.underlinemenu ul{
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #FFF; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCC;
	border-top-color: #293F55;
	border-right-color: #2A3F56;
	border-left-color: #283E54;
	margin-left: 10px;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	color: #FF3;
	background-image: url(2010/images/grafx/trans-middle.png);
	border: 1px dotted #F60;
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.active{
	border-bottom-color: #F60;
	color: #FF3;
	background-image: url(2010/images/grafx/trans-middle.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

