

/* framework ---!!! Don't edit these class. You can edit code in "theme" erea below. !!! */
#menuBar { float: left; width: 720px; border-style: none; }
* html #menuBar { float: none; }

#menuBar ul { 
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 75% ;
	border-style: none;
}

#menuBar li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	border-style: none;
}
#menuBar li a {
	display: block;
	display: inline-block;
	float: left;
	padding: 0.5em 5px;
	border-style: none;
	background-color: #eee;
}
#menuBar li ul {
	display: none;
	position: absolute;
	z-index: 10;
	top: 2.1em;
	clear: left;
	float: left;
	width: 100%;
	border-style: none;
}
#menuBar li li {
	clear: left;
	float: left;
	margin: 0px;
	width: 100%;
	border-style: none;
}
#menuBar li li a { width: 100%; border-style: none;
}

/* theme_2 */
#menuBar {  }
#menuBar ul {}
#menuBar li {}

#menuBar li a {
	border-right: solid 1px #bfbfbf;
}

#menuBar li a:link,#menuBar li a:visited,#menuBar li a:active {
	color: #333333;
	text-decoration: none;
}
#menuBar li a:hover {
	border-right: solid 1px #bfbfbf;
	background-color: #bbb;
	text-decoration: none;
}
#menuBar li ul { width: 180px; }
#menuBar li li { background: #ffffff; }

#menuBar li li a {
	background: #f0f0f0 none;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #cccccc #cccccc #cccccc;
	font-size: 1.1em;
}

#menuBar li li a:hover { 
	color: #333333;
	border-color: #2662db;
}

