/**/
/* Cascading StyleSheet used on the course 'Website Construction' at Uppsala university (Summer 2013)
 * Authors:Eva Jedermark and Henrik Schulze | Lab3, Part5
 **/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body {line-height:1;}
ul {list-style:none;}

/* ============================== styling ======================================= */
body {background:#903;	font-size:16px;}
body > ul {margin:0 10px;}
body ul {background:#333333; font-weight:bold; position:absolute; left:0; top:10px;}
body ul li {float:left; position:relative; width:150px; text-align:left;}
body > ul > li {text-align:center;}
body ul li a {border:3px solid #333333; color:white; display:block; line-height:2; padding:0 5px;
  text-decoration:none;}
body > ul > li > a {color:#ED0000;}
body ul li ul {top:100%;}
body ul > li > ul {display:none;}
body ul > li > ul > li > ul {left:100%; top:0;}
body ul li a:hover {background:white;}
body ul > li:hover > ul {display:block;}
body ul > li > ul li a:hover {background:white; color:#333333; display:block;}
body > ul > li > a:hover {color:#008000;}

body li ul, body > ul {-moz-border-radius:11px; border-radius:11px;}
body > ul > li:first-child > a {-moz-border-radius:11px 0 0 11px; border-radius:11px 0 0 11px;}
body > ul > li:last-child > a {-moz-border-radius:0 11px 11px 0; border-radius:0 11px 11px 0;}
body li ul > li:first-child > a {-moz-border-radius:11px 11px 0 0; border-radius:11px 11px 0 0	;}
body li ul > li:last-child > a {-moz-border-radius:0 0 11px 11px; border-radius:0 0 11px 11px;}

/* ============ http://fonts.googleapis.com/css?family=Reenie+Beanie ============ */
@font-face {font-family:'Reenie Beanie'; font-style:normal; font-weight:400; src:local('Reenie Beanie'), local('ReenieBeanie'), url(http://themes.googleusercontent.com/static/fonts/reeniebeanie/v3/ljpKc6CdXusL1cnGUSamX_n8qdNnd5eCmWXua5W-n7c.woff) format('woff');}
