p {
  line-height: 1.5em;
}

body{font-family: Arial, Helvetica, sans-serif;}

/* MENU */

.menu h1{line-height: 18px; color: white; margin: 3px; padding: 0px; font-size: 13px}
.menu h2{line-height: 18px; color: white; margin: 3px; padding: 0px; font-size: 13px; font-weight: normal}

ul.menu {  list-style-type:none;  margin: 0;  padding: 0;  width: 180px;}
ul.menu a.active{ background-color: #f4951b; text-decoration: none; border-left: 3px #c92027 solid;}
ul.menu li a {  font-size: 13px;  background: #4e4e4e;  color: #fff;  padding: 0.2em;}
ul.menu li a:hover {  background: #2f2e2e;}


/* SUB MENU */
ul.submenu { margin: 0; padding: 0; width: 980px; margin-left: 60px}
ul.submenu a {  text-decoration: none;}
ul.submenu li {  margin-top: 1px; display: inline; margin-left: 20px; }
ul.submenu li a {  font-size: 13px; padding: 0.2em; color: darkslategray}
ul.submenu li a:hover { color: brown }
ul.submenu a.active{ text-decoration: underline; color: brown !important; }

.submenu h3{color: #444444; margin: 0px; padding: 0px; font-size: 12px; font-weight: normal; display: inline}

/* ROUNDED CORNERS */
.kk-round{
    float: left;
    width:180px;       
    background-color: #c92027;
    color: white;
    overflow:hidden;   
    font-weight: bold; 
    font-size:13px;	
    margin-top: 8px !important; 
    margin-left: 0px; 
    padding: 0px;
/*    padding-top: 3px;
    padding-bottom: 3px; 
    padding-left: 4px;*/
	
    /* CSS3 Rounded Corners */
    /*(top-left, top-right, bottom-right, bottom-left)*/
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;

    /* Microsoft hack PIE.css */
    behavior: url(./css/PIE.htc);
}
