/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 6px 0; //6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below
margin: 0;
text-align: center; //set value to "left", "center", or "right"
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #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: 2px solid gray; //bottom border is 3px
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

//Credits: Dynamic Drive CSS Library
//URL: http://www.dynamicdrive.com/style/

#slantedmenu{
font-weight: bold;
font-size: 70%;
}

#slantedmenu:after{ //Add margin between menu and rest of content in Firefox
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0F0F0;
border: 0px solid #bebebe;
text-align: center; //set value to "center" for example to center items
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 14px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}
*/

// Credits: Dynamic Drive CSS Library
// URL: http://www.dynamicdrive.com/style/

.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 5px 5px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: center; //set to left, center, or right to align the menu as desired
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 5px 5px 2px 5px;
margin: 0;
margin-right: 0px; //distance between each tab
border-left: 1px solid #DDD;
color: white;
font-size: 10px;
//background: url(images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: white;
}

.halfmoon li a:hover{
background-color: #FFFFFF;
color: navy;
}

/*
//Credits: Dynamic Drive CSS Library
//URL: http://www.dynamicdrive.com/style/

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; //set to left, center, or right to align the menu as desired
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 0px;
margin-right: 0px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ //selected tab effect
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}
//Credits: Dynamic Drive CSS Library
//URL: http://www.dynamicdrive.com/style/
    
#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid gray;
}

* html #slidetabsmenu{ //IE only. Add 1em spacing between menu and rest of content
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(media/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(media/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

// Commented Backslash Hack hides rule from IE5-Mac \
#slidetabsmenu a span {float:none;}
// End IE5-Mac hack

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}
*/



