#visualsmall .bigfloaterleft{  
   width:390px; 
}
#visualsmall .smallfloaterleft {
   background-color:#FFA14A;
   width:197px;   
}
#visualsmall .smallfloaterright {
   width:192px;
   margin-right:10px;
   display:inline;
}
#visualsmall h3, #visualsmall p {
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 7px;
    margin-bottom:5px;
}
#visualsmall h3 {
	color:#FF6600;
	font-size: 0.9em;
}

#visualsmall p {
	color: #000066;
	font-size: 0.75em;
}
#visualsmall .smallfloaterleft, .smallfloaterright, .bigfloaterleft {
min-height: 40px;
overflow:visible;
}

/*IE hack for WIN */
* html  #visualsmall, * html .smallfloaterleft, * html .smallfloaterright,* html .bigfloaterleft
{
    height: 40px;  /* Internet Explorer < 6 */
    h\eight: 40px;   /* Internet Explorer >= 6 */
}
#content .smallfloaterleft p, .smallfloaterright p {  
   min-height: 29px;
}
/*IE hack for WIN */
* html  .smallfloaterleft p, .smallfloaterright p
{
    height: 29px;  /* Internet Explorer < 6 */
    h\eight: 29px;   /* Internet Explorer >= 6 */
}
#visualsmall #clear {
    clear: both;
    height:0;
	overflow: hidden;
}

#content ul {
 width:180px;
 background-color:#FF6600;
font-size: 0.75em;
color: #000066;
 margin:0;
 padding:5px;
  list-style:none;


}
#content ul li a {
 width:170px;
 background-image:url(../_img/main/nav_button_up.jpg);
 background-repeat:no-repeat;
 background-color:#FDA75E;
color:#ffffff;
text-decoration:none;
display:block;
margin: 2px 0 2px 0;
padding: 0 0 0 10px;
border-style:solid;
border-width:1px;
border-color:#FFD793;
}

* html #content ul li a {
    width:163px; /* Internet Explorer < 6 */	
    w\idth:167px;   /* Internet Explorer >= 6 */

}
* html #content ul {
    width:163px; /* Internet Explorer < 6 */
	w\idth:167px;   /* Internet Explorer >= 6 */

}
#content ul li a:hover {
border-style:solid;
border-width:1px;

border-color:#000066;
background-image:url(../_img/main/nav_button_over.jpg);
color:#ffffff;
text-decoration:none;
}

