@charset "utf-8";
/* CSS Document */

ul.tabs {margin: 0;padding: 0;float: left;list-style: none;height: 28px; /*--Set height of tabs--*/width: 409px;margin-top:43px;}
ul.tabs li {float: left;margin: 0;padding: 0;height: 28px; /*--Subtract 1px from the height of the unordered list--*/line-height: 28px; /*--Vertically aligns the text within the tab--*/border: none;overflow: hidden;position: relative;background-image:url(../images/tabs_nav.jpg);}
ul.tabs li a {text-decoration: none;width:100px;color: #ffffff;display: block;font-size: 11px;text-align:center;outline: none;}
ul.tabs li a:hover {background-image:url(../images/nav1.jpg);color:#FFFFFF;}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/background-image:url(../images/tabs_navr.jpg);}
.tab_container {overflow: hidden;clear: both;float: left; width: 409px;height:365px;border-bottom:1px dotted #CCCCCC;}
.tab_content {font-size: 11px;}
.tab_container ul{padding:6px 0px 6px 0px; margin:0;font-size:14px;}
.tab_pad p{color:#FFFFFF;}
.tab_pad h2 {color:#CCCCCC;font-size:14px; padding:5px 0px;}
.tab_pad ul{color:#FFFFFF;}


.leftcl{width:409px;}
.tab_pad{padding:25px 30px 40px 8px; text-align:left;}

