﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
background-color:#5998D5;
}

html>/**/body .underlinemenu{
float:left;
font-weight: bold;
width: 800px;
background-color:#5998D5;
}

.underlinemenu ul{
float:left;
margin: 0;
margin-left:50px;
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
background-color:#5998D5;
text-align: right; //set value to "left", "center", or "right"*/
}

* html .underlinemenu ul{
float:left;
margin: 0;
margin-left:20px;
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
background-color:#5998D5;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
background-color:#5998D5;
}

.underlinemenu ul li a{
color: #FFFFFF; /*#494949*/
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
background-color:#5998D5;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #99FF33;
background-color:#5998D5;
}

.current {
	border-bottom-color: #99FF33;
	background-color:#5998D5;
}

#colortd {
	background-color:#5998D5;
}

html>/**/body table {
	float:left;
	margin-left:6px;
}