A.ind:link {                         
display: block;
COLOR: #4c84a7; TEXT-DECORATION: underline; TEXT-ALIGN: justify;
}
A.ind:visited {
display: block;
COLOR: #4c84a7; TEXT-DECORATION: underline; TEXT-ALIGN: justify;
}
A.ind:hover {
display: block;
COLOR: #455e72; TEXT-DECORATION: underline; TEXT-ALIGN: justify;
}

A.menu:link {
font-family: Verdana; color: #FFFFFF;
display: block;
COLOR: #4c84a7; TEXT-DECORATION: underline; TEXT-ALIGN: justify;
}
A.menu:visited {
font-family: Verdana; color: #FFFFFF;
display: block;
COLOR: #4c84a7; TEXT-DECORATION: underline; TEXT-ALIGN: justify;
}
A.menu:hover {
font-family: Verdana; color: #FFFFFF;
display: block;
COLOR: #455e72; TEXT-DECORATION: underline; TEXT-ALIGN: justify;
}


#container {
	background: Transparent;
	text-align: left;
	border: 0px;
	margin: 0px;
        font-size: 12px;
        text-align: center;

}



#nav {
	float: left;
	background: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
        height: 20px;
        border: 0px
}

#nav ul {
	float: left;
	background: #2a69b8;
	font-weight: normal;
	padding: 0;
	border: 0px solid transparent;
	font-size: 12px;
	margin: 0 0 0 0;
}

#nav a.menu_vybor {
  font-family: Verdana;
  color: #FFFF00;
  display: block;
  TEXT-DECORATION: none; 
  font-weight: bold;
  text-align: justify;
}

#nav a.menu_vybor_ind {
  font-family: Verdana;
  color: #FFFF00;
  display: block;
  TEXT-DECORATION: underline; 
  text-align: justify;
}


#nav a {
	display: block;
	color: White;
	text-decoration: underline;
	padding: 3px 10px;
}

#nav li ul a{
	display: block;
	color: White;
	text-decoration: none;
	padding: 4px 20px;
}

#nav li a:hover{
	color: Yellow;
}



#nav li ul a:hover{
	color: Yellow;
}

#nav a.daddy {
display: block;
background-position:  right;
background-repeat: no-repeat;
width:180px;
}

#nav li {
	float: left;
	padding: 0;
        list-style: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 240px;
	font-weight: normal;
	margin: 0;
        font-size: 11px;
        font-family: Arial;
}

#nav li li {
	width: 240px;
        border-bottom: 1px dashed #FFFFFF;
}

#nav li ul a {
	width: 240px;
        background: url('http://delhi.spaceweb.ru/~rusbasketr/templates/rus/img/arrow.gif');        
        background-position: 10px 10px;
        background-repeat: no-repeat;
}

#nav li ul ul {
	margin: -1.75em 0 0 120px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto; 
}

#nav li:hover, #nav li.sfhover {
    background: transparent;//#0f4e9d

}

#nav ul li:hover, #nav ul li.sfhover {
    background: #0f4e9d;
}

#content {
	clear: left;
}

#content a {
	color: Blue;
}

#content a:hover {
	text-decoration: none;
}


