/* regular flavour KEY-------------------------------------------------------*/
.regular #nav-cont {background: url(../img/bg-nav-reg.gif) repeat-x;}
/* drop down color  */
.regular #nav li ul {background: #A0ACC0;}
/* tab selected */
.regular #nav li.sfhover  a{color: #ffffff;}
/* drop down styles */
.regular #nav li.sfhover li  a{color: #5a5b5e;}
.regular #nav li.sfhover li  a:hover{color: #fff;}
/* drop down divider and bullet */
.regular #nav li ul li,.regular #nav li ul li.sub, .sub {border-top: 1px solid #ddd;}
/* divider */
.regular #nav li {background: url(../img/divider-reg.gif) top right no-repeat;}
/* selected bg and text color */
/* not needed
.regular .selected {background: #888;}
.regular .selected a:hover {color:#000;}
*/

/* regular */
.regular #body .box .title {background: url(../img/bg-sidebar-reg.gif);height: 33px;position: relative;margin: 0 5px;}
.regular #body .box .title .crv-l {background: url(../img/bg-sidebar-left-reg.png);width: 5px;height: 33px;position: absolute;top: 0px;left:-5px;}
.regular #body .box .title .crv-r  {background: url(../img/bg-sidebar-right-reg.png);width: 5px;height: 33px;position: absolute;top: 0px;right:-5px;}
*html  .regular #body .med .title .crv-r {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_library/img/bg-sidebar-right-reg.png',sizingMethod='scale');right:-6px;}
*html  .regular #body  .lrg .title .crv-r {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_library/img/bg-sidebar-right-reg.png',sizingMethod='scale');right:-5px;}
*html .regular #body .box .title .crv-l {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_library/img/bg-sidebar-left-reg.png',sizingMethod='scale');}
.regular #body .box .arrow {height: 11px;width: 7px;position: absolute;top: 10px;left: 10px;background: url(../img/icn-arrow-left-reg.jpg) no-repeat;}
.regular #body .box .title .label a, .regular #body .box .title .label {color: #78797a}

