#headerSpace {
	position: relative;
	height:100px;
	width:100%;
	top:0px;
	left:0px;
}

.topNav {
	position:absolute;
	display:block;
	right: 0px;
	top: 2px;
	text-align: right;
	font-size: 9pt;
	font-family: Verdana;
	color: #999999	;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 8px;
	height: 15px;
}

#topBarBg {
	position: absolute;
	left: 0px;
	top:0px;
/*	background: url(../images/topBarMid.png) repeat-y; */
	width:960px;
	height:25px;
}

.navBar {
	position:absolute;
	left:0px;
	top:33px;
	width:960px;
	height:55px;
	background: url(/images/navbar.gif);
}

.logo {
	position: absolute;
	display:block;
	left:7px;
	top: 40px;
	width: 280px;
	height: 55px;
	background: url(../images/mdi-logo.gif) no-repeat;
}


.menuBar {
	position: absolute;
	display: inline;
	right: 10px;
	top: 40px;
	color: #66ccff;

}

.menuBar td {
	padding-left: 10px;
	padding-right: 5px;
}

.menuBar td a {
	color: #66ccff;
	font-size:10pt;
	font-weight: 600;
	letter-spacing: 1px;
}
/*
.demos #menuDemos,
.products #menuProducts,
.services #menuServices,
.about #menuAbout,
.blog #menuBlog,
.solutions #menuSolutions {
   background: #edf2f6;
}
*/
.roundedcornr_top ,
.roundedcornr_top div,
.roundedcornr_bottom div,
.roundedcornr_bottom {
	height: 4px;
}
/*
.demos #menuDemos .roundedcornr_top div,
.products #menuProducts .roundedcornr_top div,
.solutions #menuSolutions .roundedcornr_top div,
.services #menuServices .roundedcornr_top div,
.about #menuAbout .roundedcornr_top div,
.blog #menuBlog .roundedcornr_top div {
   background: url(../images/sideNavPanel_tl.png) no-repeat top left;
}
.demos #menuDemos .roundedcornr_top,
.products #menuProducts .roundedcornr_top,
.solutions #menuSolutions .roundedcornr_top,
.services #menuServices .roundedcornr_top,
.about #menuAbout .roundedcornr_top,
.blog #menuBlog .roundedcornr_top  {
   background: url(../images/sideNavPanel_tr.png) no-repeat top right;
}
.demos #menuDemos .roundedcornr_bottom div,
.products #menuProducts .roundedcornr_bottom div,
.solutions #menuSolutions .roundedcornr_bottom div,
.services #menuServices .roundedcornr_bottom div,
.about #menuAbout .roundedcornr_bottom div,
.blog #menuBlog .roundedcornr_bottom div {
   background: url(../images/sideNavPanel_bl.png) no-repeat bottom left;
}
.demos #menuDemos .roundedcornr_bottom,
.products #menuProducts .roundedcornr_bottom,
.solutions #menuSolutions .roundedcornr_bottom,
.services #menuServices .roundedcornr_bottom,
.about #menuAbout .roundedcornr_bottom,
.blog #menuBlog .roundedcornr_bottom  {
   background: url(../images/sideNavPanel_br.png) no-repeat bottom right;
}
*/
.roundedcornr_content { margin: 0 10px; }
 

#menuDemos,
#menuProducts,
#menuServices,
#menuAbout,
#menuBlog,
#menuSolutions {
	font-size: 12pt;
	color: #66ccff;
}

.demos #menuDemos a,
.products #menuProducts a,
.services #menuServices a,
.about #menuAbout a,
.blog #menuBlog a,
.solutions #menuSolutions a {
	color: #ffffff;
}


