/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

#udslidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
text-align: center;
}

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

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

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

#udslidetabsmenu a {
float:left;
background:url(../image/tab-uleft.gif) no-repeat left bottom;
margin:0;
padding:0 0 0 11px;
text-decoration:none;
}

#udslidetabsmenu a span {
float:left;
display:block;
background:url(../image/tab-uright.gif) no-repeat right bottom;
padding:3px 14px 3px 5px;
font-weight:bold;
font-family: arial;
font-size: 11px;
color:#ffffff;
}

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

#udslidetabsmenu a:hover span {
color:#ffffff;
}

#udslidetabsmenu #current a {
background-position:0% -104px;
}

#udslidetabsmenu #current a span {
background-position:100% -104px;
color:#ffffff;
}

#udslidetabsmenu a:hover {
background-position:0% -104px;
}

#udslidetabsmenu a:hover span {
background-position:100% -104px;
}

.sidenavbg {
padding-left: 10px;
height: 20px;
width: 200px;
background-color: #F0F0EE;
border-right-style: solid;
border-right-color: #C60651;
border-right-width: 1px;
}

.sidenav {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
width: 200px;
}

.sidenav 
{
	color: #000000;
}

a:hover
{
	color: #C60651;
}

.bodytext
{
	font-family: sans-serif;
	font-size: 12px;
}

.formlabel {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
width: 100px;
text-align: right;
vertical-align: top;
color: #000000;
}