body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}
a:link {
	color: #01573E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #01573E;
}
a:hover {
	text-decoration: underline;
	color: #01573E;
}
a:active {
	text-decoration: none;
	color: #01573E;
}

/* Solpart Menu */

.MainMenu_MenuContainer { } 

.MainMenu_MenuContainer td { } 

.MainMenu_MenuBar { 
height:24px;} 

.MainMenu_MenuItem { 
border:0; 
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:11px;
font-weight:normal;
height:24px;
background:#A38F5B;
text-transform: none;
} 
/* this font-family changes the sub menus only */
/* this background modifies the main menu and the sub menus */
/* height here modifies the main menu and the sub menu */
/* border here changes the sub menus only */
/* padding here changes the sub menus only */
/* color here changes the sub menu font */

.MainMenu_MenuItem td{ 
} 

.MainMenu_MenuItem td span{ } 

.MainMenu_MenuIcon { 
display: none; } 

/* Main Menu Active/Current Button */
.rootmenuitemactive{

}

/* Main Menu Mouseover */
.MainMenu_MenuItemSel {  } 

/* Padding around the words in the main menu buttons */
.MainMenu_MenuItemSel td{ 
} 

.MainMenu_MenuBreak {
display:none; } 

.MainMenu_RootMenuArrow {
display:none; } 

/* Shows up in the sub menu, to the right of the words. */
.MainMenu_MenuArrow{
display:none;
}  

.submenu{
z-index:1000;
border:0;
background:#A38F5B;
font-weight:normal;
width: 206px;
} 

/* Sub Menu Mouseover */
.submenuitemselected{
font-family:Arial, Helvetica, sans-serif;
color: #fff;
background: #695C3A;
font-weight: normal;
font-size:11px;
height:24px;
width: 206px;
}

/* Sub Menu Active/Current */

.rootmenuitem{
}  

.rootmenuitem td{
border-left:2px #fff solid;
text-align:center;
height:24px;
width: 206px;
text-transform: uppercase;
}  
/* Add width here to set main nav button width */ 
/* Add images here for button background */ 
/* if you don't put the height here, the right border doesnt reach the top/bottom. */
/* Also adds (unwanted) border in the submenu. */ 

/* Main Menu font */ 
.rootmenuitem td span{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:11px;
font-weight:bold;
text-transform: uppercase;
}  

.rootmenuitembreadcrumb{
background:#A38F5B;
text-transform: uppercase;} 

/* Main Menu Mouseover */ 
.rootmenuitembreadcrumb td{
border-left:2px #fff solid;
width: 206px;
text-align:center;
}  

/* Main Menu Active/Current button */
.rootmenuitembreadcrumb td span{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:11px;
font-weight:bold;
}  

/* Main Menu Mouseover Background */
.rootmenuitemselected{
background: #695C3A;
}  

.rootmenuitemselected td{
height:24px;
text-align:center;
border-left:2px #fff solid;
width: 206px;
background: #695C3A;
/* Add images here for selected button background */ 
}  

/* Main Menu Mouseover Text */
.rootmenuitemselected td span{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
text-transform: uppercase;
}  
