/**
 * Copyright 2008-2011 South Side Health.org
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 * http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#topNav{
    height: 38px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#CCFF99;
	border: 2px solid #88C766;	
	vertical-align: center; 
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

ul.menu {list-style:none; }
ul.menu * {margin:0; padding:0}
ul.menu span {
	display:block; 
	color:#332222; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px; 
	text-decoration:none;
	padding: 5px;
	cursor: pointer;
	margin-left: 25px;
	/* font-weight: bold;*/
}
ul.menu span.bigger-right-margin {
    
}
ul.menu span img {
    padding-left: 2px;   
}
ul.menu span:hover {
	background-color: #BBDD88;
}

ul.menu a {
    text-decoration: none;   
}
ul.menu li {
    position:relative;
    float:left;
    margin-top: 5px;
    margin-bottom: 7px;
    color:#443333;
}

ul.menu li#logo {
    margin: 0;
    padding: 3px 8px 1px 8px;
    float:left;
    margin-right: 15px;
}

ul.menu li#logo:hover {
    background-color: #BBDD88;
}

ul.menu ul {
	position:absolute;
	top:26px;
	left:25px;
	background:#FFFFFF;
	display:none;
	opacity: .2;
	filter:alpha(opacity=20);
	list-style: none;
	width:150px;
}

/* Menu items */
ul.menu ul li {
    position:relative;
    border:1px solid #DDCCCC;
    border-left: 3px solid #DDCCCC;
    border-right: 2px solid #DDCCCC;
    border-top:none; margin:0;
    width: 145px;
}
ul.menu .topline {border-top:1px solid #DDCCCC}

ul.menu ul li a {
    display:block;
    padding:3px 7px 5px;
    
    background-color:#FFFF; color: #553333}

ul.menu ul li a:hover {background-color:#BBDD88; color: ##553333}
ul.menu ul ul {left:148px; top:-1px}



