/************** структура шаблона *****************
* id=menu_bottom - левое меню, описывается и в st.css
	- id=divMenuBarBottom - div
			
			Структура меню:
			div  a /div
			div  a /div

**************************************************
!!! все фоны должны находиться в папке pic !!! 
**************************************************/

/************ Структура для меню ****************/
#menu_bottom{
	vertical-align: Top;
	padding: 3px;
	width: 100%;

}
#divMenuBarBottom{
    float: right;
}
#divMenuBarBottom div{
	float: left;
}
#menu_bottom a{
	text-decoration: none;
	color: #a8dbee;
	padding: 0 3px 0 3px;
	margin: 3px 6px 3px 6px;
	white-space: nowrap;
	font-size: 8pt;
    font-weight: bold;
}

#menu_bottom a:hover{
    color: #a8dbee;
    text-decoration: underline;
    font-weight: bold;
}
#menu_bottom a#bottom-current{
    color: #a8dbee;
    font-weight: bold;
    text-decoration: underline;
}


