#navbar {
	margin: 0;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	height: 45px;
	color: #CCCCCC;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	width: 795px;
	font-size: 80%;
}

#navbar li {
	list-style: none;
	float: left;
	background-image: url(../images/bg_div.jpg);
	background-repeat: repeat-x;
}

#navbar li a {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;	
}

#navbar li a:hover {
	color: #FF3300;
	background-image: url(../images/bg-btn-over.jpg);
	background-repeat: repeat-x;
}

#navbar li li a {
	padding-right: 8px;
	padding-left: 8px;
}

#navbar li .why {
	width: 225px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#navbar li .feats {
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#navbar li .pricing {
	width: 176px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#navbar li ul a:hover {
	color: #FF3300;
}

#navbar li ul {
	display: none;
}

#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}

#navbar li:hover li, #navbar li.hover li {
	float: none;
}

#navbar li:hover li a, #navbar li.hover li a {
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #fff;
}

#navbar li li a:hover {
	background-image: url(../images/bg-btn-over.jpg);
	background-repeat: repeat-x;
}

#menu ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	color: #FFFFFF;
	line-height: 42px;
	float: left;
}

#menu ul li {
	float: left;
	background-image: url(../images/bg_div.jpg);
	background-repeat: no-repeat;
	background-position: right 3px;
	margin: 0px;
	padding: 0px;
}

#menuIntern ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	background-image: url(../images/bg_submenu_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menuIntern li {
	float: left;
}

#menuIntern a {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 28px;
}

#menuIntern a:hover {
	color: #000000;
}

#menuIntern a:active {
	color: #000000;
	background-image: url(../images/bg_submenu_over.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#menuIntern a.highlight {
	color: #000000;
	background-image: url(../images/bg_submenu_over.gif);
	background-position:top left;
	background-repeat:repeat-x;
}