/* CSS Document */
/* oshathai.com - Mission menu */
/* =Containers
--------------------------------------------------------------------------------*/

#demo-container{
	background:#FCE4E4;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;

	}

ul#simple-menu{
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

ul#simple-menu li{
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
	}

ul#simple-menu li.left{
	margin:0;
	}

ul#simple-menu li a{
	display:block;
	float:left;
	color:#000;
	background:#FCE4E4;
	line-height:27px;
	text-decoration:none;
	padding:0 24px 0 24px;
	height:27px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DA1B85;
	border-right-color: #DA1B85;
	border-left-color: #DA1B85;
	}
	
ul#simple-menu li a.tenderloin:hover {
	/* background-color: #00733C; */
	background-color: #DA1B85;
	}

ul#simple-menu li a.mission:hover {
	/* background-color: #00733C; */
	background-color: #DA1B85;
	}
	
ul#simple-menu li a.soma:hover {
	/* background-color: #E68A1D;*/
	background-color: #DA1B85;
	}
	
ul#simple-menu li a.embarcadero:hover {
	/*background-color: #154A9A;*/
	background-color: #DA1B85;
	}
	
ul#simple-menu li a.cowhollow:hover {
	/*background-color: #641570;*/
	background-color: #DA1B85;
	}
	
ul#simple-menu li a.glenpark:hover {
	/*background-color: #DA1B85;*/
	background-color: #DA1B85;
	}
	
ul#simple-menu li a.thirdstreet:hover {
	/*background-color: #58585A;*/
	background-color: #DA1B85;
	}
	
ul#simple-menu li a.right{
	padding-right:19px;
	}

ul#simple-menu li a:hover{
	background:#B32428;
	color: #FFF;
	}

ul#simple-menu li a.current{
	color:#FFF;
	background:#DA1B85;
	}

ul#simple-menu li a.current:hover{
	color:#DA1B85;
	background:#fff;
	}


/*************bottom menu***************/

#demo-container2{
	background:#FCE4E4;
	margin-top:5px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;

	}

ul#simple-menu2{
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

ul#simple-menu2 li{
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
	}

ul#simple-menu2 li.left{
	margin:0;
	}

ul#simple-menu2 li a{
	display:block;
	float:left;
	color:#000;
	background:#FCE4E4;
	line-height:27px;
	text-decoration:none;
	padding:0 24px 0 24px;
	height:27px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DA1B85;
	border-left-color: #DA1B85;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DA1B85;
	}

ul#simple-menu2 li a.right{
	padding-right:19px;
	}

ul#simple-menu2 li a:hover{
	background:#DA1B85;
	color: #FFF;
	}

ul#simple-menu2 li a.current{
	color:#FFF;
	background:#DA1B85;
	}

ul#simple-menu2 li a.current:hover{
	color:#B32428;
	background:#fff;
	}
