/**************** menu coding *****************/
/*************************************/
/*               All                 */
/*************************************/
#menu {
	width: 720px;
	float: left;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*************************************/
/*           Menu Titles             */
/*************************************/
#menu ul {
	list-style: none;
	margin: 0;
	padding:0;
	height: 21px;
	float: left;
}

#menu a {
	text-decoration: none;
	color: #fff;

	display: block;
	background: #7E0C45;
	margin: 0;
	cursor:hand;
}

#menu a:hover {
	color: #fff;
	background: #7E0C45;
	cursor:hand;
}

#menu #leftMenu, #menu #midMenu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menu #rightMenu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#menu #rightMenu, #menu #rightMenu #SubMenus {
	width:120px;
}

#menu #leftMenu, #menu #midMenu, #menu #SubMenus {
	width: 119px;
}
/*************************************/

/*************************************/
/*            Sub Menu               */
/*************************************/
#menu #SubMenus {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#menu #SubMenus li {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.menu #SubMenus li {
	display:block;
	background: #7E0C45;
	padding:2px 0 2px 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight:normal;
	
	height: 15px;
	background: #7E0C45;
	text-decoration: none;
}

.menu #SubMenus li:hover {
	display:block;
	background: #7E0C45;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #fff;
	background: #CC3333;
}

#menu #SubMenus a {
	padding:2px 0 2px 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight:normal;
	
	height: 15px;
	background: #7E0C45;
	text-decoration: none;
}

#menu #SubMenus a:hover {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #fff;
	background: #CC3333;
}
/*************************************/

/*************************************/
/*          Menu Images              */
/*************************************/
#leftMenu a img, #midMenu a img  {height: 21px; width: 119px; border-width: 0;}
#rightMenu a img  {height: 21px; width: 120px; border-width: 0;}

#home img {
	background: url("img/menus/home_up.gif") 0 0 no-repeat;
}

#home:hover img {
	background: url("img/menus/home_over.gif") 0 0 no-repeat;
}

#voices img {
	background: url("img/menus/voices_up.gif") 0 0 no-repeat;
}

#voices:hover img {
	background: url("img/menus/voices_over.gif") 0 0 no-repeat;
}

#become img {
	background: url("img/menus/become_up.gif") 0 0 no-repeat;
}

#become:hover img {
	background: url("img/menus/become_over.gif") 0 0 no-repeat;
}

#about img {
	background: url("img/menus/about_up.gif") 0 0 no-repeat;
}

#about:hover img {
	background: url("img/menus/about_over.gif") 0 0 no-repeat;
}

#contact img {
	background: url("img/menus/contact_up.gif") 0 0 no-repeat;
}

#contact:hover img {
	background: url("img/menus/contact_over2.gif") 0 0 no-repeat;
}

#cities img {
	background: url("img/menus/cities_up.gif") 0 0 no-repeat;
}

#cities:hover img {
	background: url("img/menus/cities_over2.gif") 0 0 no-repeat;
}

/*************************************/

#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul {
	display: block;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

body {
	behavior: url(<?php bloginfo('stylesheet_directory'); ?>/csshover.htc);
}
