.menu, .menu ul { 
margin : 0; 
padding : 0; 
border : 0; 
list-style-type : circle; 
display : block; 
font-variant : small-caps; 
font-size : 14px; 
} 

.menu { 
width : 760px; 
z-index : 30; 
font-variant : small-caps; 
margin-left : 45%; 
font-size : 11px; 
background : transparent; 
} 

.menu a { 
display : block; 
background-color : transparent; 
color : #b20000; 
line-height : 1em; 
padding : 0.5em 0.5em; 
border-right : 1px solid #66676b; 
background-repeat : repeat-x; 
font-weight : bold; 
text-decoration : none; 
} 

.menu li { 
margin : 0; 
padding : 0; 
border : 0; 
display : block; 
float : left; 
position : relative; 
z-index : 5; 
font-size : 12px; 
text-align : center; 
list-style-type : none; 
list-style-image : none; 
} 
.menu li:hover { 
z-index : 10000; 
white-space : normal; 
} 
.menu li li { 
float : none; 
text-align : left; 
display : block; 
} 

.menu li:hover > ul { 
visibility : visible; 
top : 100%; 
} 
.menu li li:hover > ul { 
top : 5px; 
left : 70%; 
} 
.menu:after, .menu ul:after { 
content : "."; 
height : 0; 
display : block; 
visibility : hidden; 
overflow : hidden; 
clear : both; 
} 

.menu ul { 
visibility : hidden; 
position : absolute; 
z-index : 10; 
top : 0; 
width : 150px; 
margin : 0; 
padding : 0; 
list-style-type : none; 
border-left : 1px solid #66676b; 
padding : 0; 
margin : 0; 
} 

.menu, .menu ul { 
min-height : 1px; 
} 

.menu ul ul { 
padding : 0; 
margin : 0; 
background-color : transparent; 
} 





.menu .menu-parent { 
color : white; 
background-repeat : repeat-x; 
background-position : right bottom; 
} 
.menu .menu-current { 
color : white; 
} 
.menu a:hover, .menu li:hover > a { 
background-color : transparent; 
border-bottom : solid; 
border-bottom-color : white; 
border-bottom-width : 1px; 
color : white; 
display : block; 
z-index : 20; 
} 
.menu li li:hover > ul { 
display : block; 
z-index : 20; 
} 
.menu li li { 
width : 150px; 
display : block; 
margin : 0; 
text-align : left; 
} 
.menu li li a { 
background : #101010; 
line-height : 0.9em; 
display : block; 
clear : both; 
border : none; 
} 
.menu ul > li + li { 
border-top : 0; 
} 
.menu > li:first-child > a, .menu li + li + li li:first-child > a { 
color : #b20000; 
} 



.newsletter {   
  width:280px;   
  margin:50px 0 0 10px;   
  padding: 50px 5px 5px 5px;   
  color: #fff;   
  background-color: transparent;   
  font-size: 8pt;   
  } 
.newsletter input[type=text], 
.newsletter input[type=submit] {   
  width: 100%;   
  color: #fff;   
  background-color: transparent;   
  border: 1px solid #fff;   
  } 
.newsletter input:hover {   
  color: #000;   
  background-color: #fff;   
  } 
.newsletter input:focus {   
  color: #000;   
  background-color: #fff;   
  }
