body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	background-color: #EBE2C3;
}
body,td,th {
	color: #666666;
	font-family: Tahoma, Arial;
	font-size: 14px;
}
a:link {
	color: #015480;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #015480;
}
a:hover {
	text-decoration: underline;
	color: #015480;
}
a:active {
	text-decoration: none;
	color: #015480;
}

/* Solpart Menu */

.MainMenu_MenuContainer { } 

.MainMenu_MenuContainer td { } 

.MainMenu_MenuBar { 
height:27px;} 

.MainMenu_MenuItem { 
border:0; 
font-family: Tahoma, Arial;
color:#fff;
font-size:11px;
font-weight:normal;
height:27px;
text-align: center;
width: 140px;
} 
/* 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{
border:none;
display:none;
}  

.submenu{
z-index:1000;
border:0;
background:#015480;
font-weight:normal;
width: 140px;
text-align: center;
} 

/* Sub Menu Mouseover */
.submenuitemselected{
background:#569BBC;
height:27px;
border:0; 
font-family: Tahoma, Arial;
color:#fff;
font-size:11px;
font-weight:normal;
width: 140px;
text-align: center;
}

/* Sub Menu Active/Current */

.rootmenuitem{
}  

.rootmenuitem td{
text-align:center;
height:27px;
background: url(nav_bg.jpg) top left;
width: 140px;
text-align: center;
}  
/* 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: Tahoma, Arial;
color:#fff;
font-size:11px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
}  

.rootmenuitembreadcrumb{
} 

/* Main Menu Mouseover */ 
.rootmenuitembreadcrumb td{
background: url(nav_bg.jpg) bottom left;
text-align:center;
width: 140px;
}  

/* Main Menu Active/Current button */
.rootmenuitembreadcrumb td span{
font-family: Tahoma, Arial;
font-size:11px;
color:#fff;
text-align: center;
font-weight: bold;
text-transform: uppercase;
}  

/* Main Menu Mouseover Background */
.rootmenuitemselected{
background: url(nav_bg.jpg) bottom left;
}  

.rootmenuitemselected td{
height:27px;
text-align:center;
background: url(nav_bg.jpg) bottom left;
width: 140px;
/* Add images here for selected button background */ 
}  

/* Main Menu Mouseover Text */
.rootmenuitemselected td span{
font-family: Tahoma, Arial;
font-size:11px;
font-weight: bold;
color:#fff;
text-align: center;
text-transform: uppercase;
}  

