@charset "utf-8";
/* CSS Document valid on http://www.designmeena.com/ */

/* CSSTerm.com Simple CSS menu */

.menu_simple ul {
	margin: 0; 
	padding: 0;
	width:350px;
	list-style-type: none;
	float:right;
}

.menu_simple ul li a {
	text-decoration: none;
	color: white; 
	padding: 9px 9px;
	background-color: #0b0a08;
	display:block;
	border-bottom:0px solid #FFFFFF;
	font-family: "gothicb";
    src: url(../font/gothicb.ttf) format("truetype");
	font-size:17px;	
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	line-height:36px;
	margin-bottom:1px;
}
 
.menu_simple ul li a:visited {
    
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #000033;
    background-color: #3798df;
}
