/*Example for a Menu Style*/
.menu {height:40px;width:100%;}
.menu ul {margin:0px; padding-left:20px; list-style:none;}
.menu li {float:left; line-height:40px;}
.menu a {color:#2e3235; text-decoration:none;padding:16px 13px 22px 13px;font-weight:bold;}
.menu li a.tabactive {color:#fff; background:url(../images/tab_bg.jpg) no-repeat; font-weight:bold;position:relative;}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {width:90% auto;padding:6px 0px; font-size:12px; margin-bottom:5px;}
#tabcontent1 ul,#tabcontent2 ul,#tabcontent3 ul,#tabcontent4 ul {margin:0;padding:0px 30px 0px 30px; }
#tabcontent1 li,#tabcontent2 li,#tabcontent3 li,#tabcontent4 li {line-height:36px;list-style-type:none; border-bottom:1px dashed #d7d7d7;}
