/*border around mm box*/
.custom #image_box {border:0px; background:none; }
/* No uppercase for nav tab words */
.custom #tabs a { text-transform: none; }
/*change the background color of everything on the nav bar except tabs*/
.custom ul#tabs { background:none; border: none; border-right:none; }
.custom #nav_area {background:none; }

/*change the background color of unselected tabs*/
.custom ul#tabs li a { 
background:#ffffff; 
color:#0096FE; 
border:none; 
letter-spacing: 0.75px;
padding-bottom:17px;
padding-left: 31px;}

.custom #tabs a:visited { 
	color: #0096FE; }
.custom #tabs a:active { 
	color: #0096FE; }

.custom #header {background: url('/images/head.jpg') no-repeat; height: 193px; width: 718px;}

body.custom {
    background: #ffffff;
}



.custom #page {
    background: #ffffff;
}

.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:#FFFFFF}
.custom ul#tabs li.rss {background:none; border-right:none; border-left:none;}

.custom ul#tabs li a:hover {text-decoration:none; background:#ffffff}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#FFFFFF;}
.custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#FFFFFF}

.custom #container { 
    left: 0px; 
    top: 38px; 
     
    position:relative; 
    margin:0; }

