/* CSS Document */
a   {
	outline: none;
    }
		
ul { margin: 0; padding: 0; list-style: none; width: 150px; } /* Первым делом удалим отступы и маркеры в ненумерованном списке, а затем зададим ширину пунктов меню. */

ul li { position: relative; }

.menu_cat a {
	BACKGROUND: none;
	COLOR:  #003333;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	background-attachment: fixed;
	}
.menu_cat a:hover       {
	BACKGROUND: none;
	font-size: 12px;
	COLOR: #CC3300;
	TEXT-DECORATION: none;
	}
	
.menu_cat a:active      {
	BACKGROUND: none; 
	font-size: 12px; 
	COLOR:#000000; 
	TEXT-DECORATION: none; 
	}

.polosa1  {
border-left: 1px solid;
border-left-color:#14649F;
padding-left:10px;
}
.category {
font-size:14px;
color:#ffffff;
background-color:#14649F;
font-family:Arial, Helvetica, sans-serif;
}

.category a {
	COLOR:  #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	background-attachment: fixed;
	}
.category a:hover       {
	COLOR: #DAE2ED;
	TEXT-DECORATION: none;
	}
	
.category a:active      {
	BACKGROUND: none; 
	COLOR:#333333; 
	TEXT-DECORATION: none; 
	}

.tablic  {
padding:10px;}





