#box_tab {
	height: 38px;
	margin: 0px 0px 0px 0px;
}

#box_menu{
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0;
	font-family: sans-serif; 
	font-size: 12px; 
}

#box_menu li{
	display: inline;
}
#box_menu li a{

	padding: 10px;
	text-decoration: none;
}


div.hidden{
	display:none;
}

.font18_selected
{
    font-family: "MS Sans Serif";
    font-size: 10px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
	a.font18_selected:visited
{
    font-family: "MS Sans Serif";
    font-size: 10px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
	a.font18_selected:hover {
     font-family: "MS Sans Serif";
    font-size: 10px;
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
	a.font18_selected:link {
    font-family: "MS Sans Serif";
    font-size: 10px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}


.font18_unselected
{
    font-family: "MS Sans Serif";
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
	a.font18_unselected:visited
{
    font-family: "MS Sans Serif";
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
	a.font18_unselected:hover {
    font-family: "MS Sans Serif";
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
	a.font18_unselected:link {
    font-family: "MS Sans Serif";
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.font12 {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
	a.font12:visited {
	font-family: "MS Sans Serif",
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
	a.font12:hover {
	font-family: "MS Sans Serif", 
	font-size: 10px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
	font-family: "MS Sans Serif";
	font-size: 10px;
}
	a.font12:link {
	font-family: "MS Sans Serif", 
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}


.selected
{
    background-image: url(../images/bg_tabmenu_over.jpg);
}

.unselected{
    background-image: url(../images/bg_tabmenu.jpg);    
}