.head {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	height: 28px;
	z-index: 100006;
	padding-top:2px;
	padding-left : 5px;
	padding-right: 5px;
	width : auto;
}

.head_link {
	/*border-right: 1px solid white;
	margin-top: 3px;*/
}

.submenu {
	color: #fff;
	text-decoration: none;
	background-color: #333;
	display: block;
	border: none;
	width: 9em;
	float: left;
	left:0px;
	z-index: 100007;
}

.submenu:hover {
	background-color : white;
	color : #333;
}

#nav,#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
/* 	line-height: 1.5em; */
	cursor: pointer;
	transition: all 0.1s!important;
    transition-delay: 1s!important;
}

#nav li {
	float: left;
	position: relative;
	color: #fff;
	text-decoration: none;
	z-index: 100006;
	border-right: 1px solid white;
	background-image: url(/ccare/img/menubg.png);
	background-repeat: repeat-x;
}

#nav li:hover {
	background-image:none;
	background-color: #fff;
	color: #333;
	z-index: 100006;
}


#nav li ul {
	position: absolute;
	width: 9em;
	top: 1.9em;
	left:0px;
/* 	display: none; */
/* 	display:block; */
	z-index: 100006;
	margin-left : -1px;
	text-indent: 2px;
}

#nav ul ul {
	top: 0px;
}

#nav li ul ul {
	left: 9em;
	background-image: url(/ccare/img/menubg.png);
	background-repeat: repeat-x;
	transition: all 0.1s;
	transition-delay: 1s;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul {
/* 	display: none; */

}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul
{
	display: block;
}

.menuLink{
	width: 9em;
	float: left;
	z-index: 100007;
	background: #333;
	color: #fff;
	text-shadow: none;
	height:auto;
}

.menuLink:hover{
	background-color:white;
	color: #333;
}

/**
 * ADDON MENU
 */
div#addon-menu{
	top : 0;
	height:30px;
	width: 100%;
	background-image: url(/ccare/img/menubg.png); 
	background-repeat: repeat-x;
}

div#addon-menu ul{
	list-style: none outside none;
	margin:0;
	padding:0;
}

.addon-entry-li{
	float:left;
	list-style: none outside none;
	height : 28px;
	padding-top : 4px;
}

.addon-menu-a , .addon-entry-a{
	margin-top:5px;
	border-right: 1px solid white;
	overflow:hidden;
}

#addon-menu a:link,#addon-menu a:active,#addon-menu a:visited {
	padding: 0px 15px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	z-index: 100006;
}

#addon-menu a:hover {
	background-color: #fff;
	color: #333;
	z-index: 100006;
}

