/**************** 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: #F2004A;
	margin: 0;
	cursor:hand;
}

#menu a:hover {
	color: #fff;
	background: #00214C;
	cursor:hand;
}

#menu #menu1, #menu #menu2, #menu #menu3, #menu #menu4, #menu #menu5 {
	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 #menu6 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#menu #menu1 {width: 83px;}
#menu #menu2 {width: 114px;}
#menu #menu2 #SubMenus {width: 114px;}
#menu #menu3 {width: 140px;}
#menu #menu3 #SubMenus {width: 140px;}
#menu #menu4 {width: 138px;}
#menu #menu5 {width: 120px;}
#menu #menu6 {width: 120px;}
#menu #menu6 #SubMenus {width: 120px;}

/*************************************/

/*************************************/
/*            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: #0B547D;
	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: #00214C;
}

#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: #0B547D;
	text-decoration: none;
}

#menu #SubMenus a:hover {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #fff;
	background: #00214C;
}
/*************************************/

/*************************************/
/*          Menu Images              */
/*************************************/
#menu1 a img  {height: 21px; width: 83px; border-width: 0;}
#menu2 a img  {height: 21px; width: 114px; border-width: 0;}
#menu3 a img  {height: 21px; width: 140px; border-width: 0;}
#menu4 a img  {height: 21px; width: 138px; border-width: 0;}
#menu5 a img  {height: 21px; width: 120px; border-width: 0;}
#menu6 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_over.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_over.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);
}
