.over td.data, .selected td.data 
{ 
	background-color:#b43a29; 	
	color:white; 	
	padding-top:15px; 
	text-transform:uppercase;
}
.over td.upLeft, .selected td.upLeft { background:url(Images/upLeft.gif) no-repeat;width:5px;height:5px; }
.over td.up, .selected td.up { background:url(Images/up.gif) repeat-x;height:5px; }
.over td.upRight, .selected td.upRight { background:url(Images/upRight.gif) no-repeat;width:5px;height:5px; }
.over td.left, .selected td.left { background:url(Images/left.gif) repeat-y;width:5px; }
.over td.right, .selected td.right { background:url(Images/right.gif) repeat-y;width:5px; }
.over td.downLeft, .selected td.downLeft { background:url(Images/downLeft.gif) no-repeat;width:5px;height:5px }
.over td.down, .selected td.down { background:url(Images/down.gif) repeat-x;height:5px }
.over td.downRight, .selected td.downRight{ background:url(Images/downRight.gif) no-repeat;width:5px;height:5px }
 

td.data 
{
	font-family: MyriadPro-Semibold;	
	font-weight:bold; 
	font-size: 4pt;	
	color:#b43a29; 
	text-transform:uppercase; 
	padding-top:15px;}
td.upLeft { width:5px;height:5px}
td.up { height:5px;}
td.upRight {width:5px;height:5px; }
td.left {width:5px;}
td.right {width:5px;}
td.downLeft {width:5px;height:5px; }
td.down {height:5px; }
td.downRight {height:5px; }


#submenu li {
    margin : 0;
    padding : 0;
    list-style : none;
    display : block;
    float : left;
}

#submenu a {
    font-family : Verdana;
    font-size : 9pt;
    font-weight : bold;    
    text-decoration : none;
    color : black;
}

#submenu a:hover {
    color : #b43a29;
}

#submenu a.selected {
    color : #b43a29;
}

