/* VERTICLE MENU */
.menu {
	text-align:left; 
	margin:0; 
	padding:0; 
	left:0px;
	}
	
.menu .options {
	margin-right:1px;
	margin-bottom:1px; 
	/* border:1px solid #990000;*/
	border-top:0px;
	}

.menu a {
	color:#990000;
	font:11px Arial, sans-serif;
	display:block;
	border-bottom:1px solid #E7E7E5;
	padding:4px 13px;
	text-decoration:none;
	}

.options {
	border:none;
	border-bottom-width:0;
	margin-bottom:-10px;
	background:#F5F4F0 url(../images/bg_dropdown.gif) repeat-x top;
	}
	
.options a { 
	margin:0 1px; 
	padding-right:10px; 
	}
	
.options a:link { 
	color:#990000; 
	}
	
.options a:visited { 
	color:#990000;
	}
	
.options a:hover, .options a:active { 
	background-color:#990000; 
	color:#fff; 
	}